From: Don Armstrong Date: Tue, 14 Aug 2007 03:47:29 +0000 (+0000) Subject: switch back to ion3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d6ed6b23b5c391c9656b445b5bac19b7bde4d937;p=x_base.git switch back to ion3 --- diff --git a/.xsession b/.xsession index 96cb8e8..0fc901b 100755 --- 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;