]> git.donarmstrong.com Git - x_base.git/commitdiff
switch to awesome when it exists; update awesomerc
authorDon Armstrong <don@donarmstrong.com>
Wed, 27 Feb 2008 03:23:20 +0000 (03:23 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 27 Feb 2008 03:23:20 +0000 (03:23 +0000)
.awesomerc
.xsession

index 5b67dd8b7fcd92de1b06e201a0364a37c66973ef..0f0579267cff38d428c59afe8400678c2048f7bd 100644 (file)
@@ -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
   }
 }
index 72eb135e438e97560160590796272d61d45a8e6f..9fa8afbc999c95665e9b3947d80bad3a908e4ce6 100755 (executable)
--- 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;