From: Don Armstrong Date: Mon, 18 Feb 2008 07:23:34 +0000 (+0000) Subject: * Switch to using awesome if it exists X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a1ee9a6209bd42b1773ff615ad270a31e400c66e;p=x_base.git * Switch to using awesome if it exists --- diff --git a/.xsession b/.xsession index 0fc901b..72eb135 100755 --- a/.xsession +++ b/.xsession @@ -41,8 +41,8 @@ if [ -x /usr/bin/xscreensaver -a -e ~/.xscreensaver ]; then /usr/bin/xscreensaver & fi; -#if [ -x /usr/bin/wmii ]; then -# exec /usr/bin/wmii; +if [ -x /usr/bin/awesome ]; then + exec /usr/bin/awesome; if [ -x /usr/bin/ion3 ]; then exec /usr/bin/ion3; elif [ -x /usr/bin/openbox ]; then