lxdm.Xsession

This commit is contained in:
milisarge 2017-04-21 21:42:55 +03:00
parent d490d074e9
commit 24deadc560

View file

@ -6,7 +6,7 @@ if [ `which "$1"` ]; then
LXSESSION=$1 LXSESSION=$1
else else
# default session # default session
LXSESSION=grep -ri "exec" ~/.xinitrc | cut -d' ' -f2 LXSESSION=`grep -ri "exec" ~/.xinitrc | cut -d' ' -f2`
fi fi
[ -f /etc/profile ] && . /etc/profile [ -f /etc/profile ] && . /etc/profile