From: Don Armstrong Date: Fri, 19 Feb 2016 20:50:38 +0000 (-0600) Subject: build i3 configuration X-Git-Url: https://git.donarmstrong.com/?p=x_base.git;a=commitdiff_plain;h=294a8791b6e37eac86ff665ebf9e48579a45e514 build i3 configuration --- diff --git a/.xsession b/.xsession index 1957865..e87798d 100755 --- a/.xsession +++ b/.xsession @@ -61,6 +61,9 @@ if which mpd >/dev/null 2>&1 && [ -e ~/.mpdconf ]; then fi; 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;