X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.xsession;h=e87798dfaaf58159daeeb4dbfbbfff186cec54a5;hb=294a8791b6e37eac86ff665ebf9e48579a45e514;hp=ce8b2b5275160a7b0c5812c746626bbe7032c913;hpb=ea1ba6a17d4fa413728ddf90f86d67da63bdbe31;p=x_base.git diff --git a/.xsession b/.xsession index ce8b2b5..e87798d 100755 --- a/.xsession +++ b/.xsession @@ -51,7 +51,7 @@ elif [ -x /usr/bin/xautolock ]; then fi; if which redshift >/dev/null 2>&1; then - (redshift -l 33.9533:-117.3953 >/dev/null 2>&1 &) + (redshift -l 40.11059:-88.20727 >/dev/null 2>&1 &) fi; if which mpd >/dev/null 2>&1 && [ -e ~/.mpdconf ]; then @@ -60,7 +60,12 @@ 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 + if [ -x ~/.config/i3/build_config.sh ]; then + ~/.config/i3/build_config.sh; + fi; + exec /usr/bin/i3; +elif [ -x /usr/bin/awesome ]; then exec /usr/bin/awesome; elif [ -x /usr/bin/ion3 ]; then exec /usr/bin/ion3;