X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.xsession;h=195786515b2e86eaea38af0f8159808fc2642447;hb=dc882b94806e3f90e6c13cc65ccbb83f767eb206;hp=f9c4ce81ab835015f3e94e56da0f3857e9cbf75f;hpb=c93aa3b5ea2d35cc69192dbe3b364e202dd9ad87;p=x_base.git diff --git a/.xsession b/.xsession index f9c4ce8..1957865 100755 --- a/.xsession +++ b/.xsession @@ -60,7 +60,9 @@ if which mpd >/dev/null 2>&1 && [ -e ~/.mpdconf ]; then export MPD_HOST; fi; -if [ -x /usr/bin/awesome ]; then +if [ -x /usr/bin/i3 ]; then + exec /usr/bin/i3; +elif [ -x /usr/bin/awesome ]; then exec /usr/bin/awesome; elif [ -x /usr/bin/ion3 ]; then exec /usr/bin/ion3;