slitaz-tools rev 104

WM please when startx from Linux terminal
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 12 21:08:51 2008 +0100 (2008-03-12)
parents f79a22e282db
children 4817d0937e06
files tinyutils/tazx
line diff
     1.1 --- a/tinyutils/tazx	Wed Mar 12 16:51:48 2008 +0100
     1.2 +++ b/tinyutils/tazx	Wed Mar 12 21:08:51 2008 +0100
     1.3 @@ -230,7 +230,7 @@
     1.4  	if [ "$WM" = "jwm" ];then
     1.5  		echo 'lxpanel &' >> $HOME/.xsession
     1.6  	fi
     1.7 -	echo 'exec $WM' >> $HOME/.xsession
     1.8 +	echo "exec $WM" >> $HOME/.xsession
     1.9  	chmod 700 $HOME/.xsession
    1.10  }
    1.11