]> git.donarmstrong.com Git - x_base.git/commitdiff
switch back to ion3
authorDon Armstrong <don@donarmstrong.com>
Tue, 14 Aug 2007 03:47:29 +0000 (03:47 +0000)
committerDon Armstrong <don@donarmstrong.com>
Tue, 14 Aug 2007 03:47:29 +0000 (03:47 +0000)
.xsession

index 96cb8e8c5d65a487ea4ae18933aee7f77dac8623..0fc901b973198289d2fa79b3c1fd6ea64cd173d8 100755 (executable)
--- a/.xsession
+++ b/.xsession
@@ -41,9 +41,9 @@ if [ -x /usr/bin/xscreensaver -a -e ~/.xscreensaver ]; then
     /usr/bin/xscreensaver &
 fi;
 
-if [ -x /usr/bin/wmii ]; then 
-    exec /usr/bin/wmii;
-elif [ -x /usr/bin/ion3 ]; then
+#if [ -x /usr/bin/wmii ]; then 
+#    exec /usr/bin/wmii;
+if [ -x /usr/bin/ion3 ]; then
     exec /usr/bin/ion3;
 elif [ -x /usr/bin/openbox ]; then
         exec /usr/bin/openbox;