From 5a4d9d2556ac5a5594723684ffc81015d0c6b1ee Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 6 Feb 2016 22:08:11 -0800 Subject: [PATCH] use i3wm if it is installed --- .xsession | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.2