From: Don Armstrong Date: Sat, 18 Feb 2006 11:46:21 +0000 (+0000) Subject: stop starting xmms, and use ion3 by default X-Git-Url: https://git.donarmstrong.com/?p=x_base.git;a=commitdiff_plain;h=f4fa72585ef405fa16665ecc84ca4dad7f50f8b9 stop starting xmms, and use ion3 by default --- diff --git a/.xsession b/.xsession index ac39605..f4bfd27 100644 --- 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;