startwm.sh: forgot to remove org Xsession call

This commit is contained in:
Jay Sorg 2013-05-07 20:32:06 -07:00
parent 4960accf8e
commit 1f1e8a5159

View File

@ -3,7 +3,6 @@ if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
. /etc/X11/Xsession
# debian
if [ -r /etc/X11/Xsession ]; then