lxdm.Xsession

This commit is contained in:
milisarge 2017-04-21 21:42:55 +03:00
parent d490d074e9
commit 24deadc560
1 changed files with 1 additions and 1 deletions

View File

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