]> git.donarmstrong.com Git - x_base.git/commitdiff
stop starting xmms, and use ion3 by default
authorDon Armstrong <don@donarmstrong.com>
Sat, 18 Feb 2006 11:46:21 +0000 (11:46 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sat, 18 Feb 2006 11:46:21 +0000 (11:46 +0000)
.xsession

index ac39605dada28860a316652ece45e6bc68c83b1b..f4bfd271883dd1e4287891747b6d5f657d8a6612 100644 (file)
--- a/.xsession
+++ b/.xsession
@@ -23,13 +23,13 @@ if [ -e ~/.xsession_$HOSTNAME ]; then
 fi;
 
 
-if [ -x /usr/bin/gkrellm ]; then
-       /usr/bin/gkrellm &
-fi
-
-if [ -x /usr/bin/xmms ]; then
-       /usr/bin/xmms &
-fi
+if [ -x /usr/bin/gkrellm ]; then
+#      /usr/bin/gkrellm &
+fi
+# 
+if [ -x /usr/bin/xmms ]; then
+#      /usr/bin/xmms &
+fi
 
 if [ -x /usr/bin/xsetbg ]; then 
     if [ "$(hostname)" == "archimedes" ] && [ -r /home/don/pictures/dh-demon_tag.jpg ]; then
@@ -41,10 +41,9 @@ if [ -x /usr/bin/xscreensaver -a -e ~/.xscreensaver ]; then
     /usr/bin/xscreensaver &
 fi;
 
-#if [ -x /usr/bin/ion3 ]; then
-#    exec /usr/bin/ion3;
-#el
-if [ -x /usr/bin/openbox ]; then
+if [ -x /usr/bin/ion3 ]; then
+    exec /usr/bin/ion3;
+elif [ -x /usr/bin/openbox ]; then
         exec /usr/bin/openbox;
 elif [ -x /usr/bin/rxvt ]; then
         exec /usr/bin/rxvt;