|
|
@ -5,7 +5,7 @@ |
|
|
|
# This file is only sourced on Debian and derivates, so here a rudimentary |
|
|
|
# This file is only sourced on Debian and derivates, so here a rudimentary |
|
|
|
# check to source it in case we're not on Debian or derivative distro. |
|
|
|
# check to source it in case we're not on Debian or derivative distro. |
|
|
|
if [ ! -f /etc/debian_version ]; then |
|
|
|
if [ ! -f /etc/debian_version ]; then |
|
|
|
[ -f $HOME/.xsessionrc ] && . $HOME/.xsessionrc |
|
|
|
[ -f "$HOME/.xsessionrc" ] && . "$HOME/.xsessionrc" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# Set i3 as default if no argument is passed |
|
|
|
# Set i3 as default if no argument is passed |
|
|
|