use -l for startwm.sh

This commit is contained in:
jsorg71 2010-07-08 03:50:50 +00:00
parent 8490a2b24b
commit c7a5643690
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -l
# change the order in line below to run to run whatever window manager you
# want, default to kde
@ -18,11 +18,6 @@ SESSIONS="startkde gnome-session startxfce4 xterm"
#export PATH=$PATH
#export LANG=$LANG
# for bash profile
#. ~/.bash_profile
#. /etc/profile
for WindowManager in $SESSIONS
do
which $WindowManager