From: Don Armstrong Date: Wed, 27 Feb 2008 03:23:20 +0000 (+0000) Subject: switch to awesome when it exists; update awesomerc X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d33338b61c32d89e922708bedf486f8511c21226;p=x_base.git switch to awesome when it exists; update awesomerc --- diff --git a/.awesomerc b/.awesomerc index 5b67dd8..0f05792 100644 --- a/.awesomerc +++ b/.awesomerc @@ -240,7 +240,7 @@ rules { # icon = "" float = "true" # master = "auto" - screen = -1 +# screen = -1 # opacity = -1.000000 } rule { @@ -262,7 +262,7 @@ rules { # icon = "" float = "true" # master = "auto" - screen = -1 +# screen = -1 # opacity = -1.000000 } } diff --git a/.xsession b/.xsession index 72eb135..9fa8afb 100755 --- a/.xsession +++ b/.xsession @@ -43,7 +43,7 @@ fi; if [ -x /usr/bin/awesome ]; then exec /usr/bin/awesome; -if [ -x /usr/bin/ion3 ]; then +elif [ -x /usr/bin/ion3 ]; then exec /usr/bin/ion3; elif [ -x /usr/bin/openbox ]; then exec /usr/bin/openbox;