]> git.donarmstrong.com Git - x_base.git/blobdiff - .xsession
it should be XCompose, not Xcompose
[x_base.git] / .xsession
index 0fc901b973198289d2fa79b3c1fd6ea64cd173d8..505bfc2ce4ce0515dc10e75c843b0de6385c2fd0 100755 (executable)
--- a/.xsession
+++ b/.xsession
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+echo "Starting new session"
+
 if locale -a |grep -qi en_US.utf8; then
     LANG="en_US.UTF-8"
 else
@@ -41,9 +43,9 @@ 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/ion3 ]; then
+if [ -x /usr/bin/awesome ]; then 
+    exec /usr/bin/awesome;
+elif [ -x /usr/bin/ion3 ]; then
     exec /usr/bin/ion3;
 elif [ -x /usr/bin/openbox ]; then
         exec /usr/bin/openbox;