X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.xsession;h=e87798dfaaf58159daeeb4dbfbbfff186cec54a5;hb=02292ef4c662e32262086a018b3d98c84758d92a;hp=195786515b2e86eaea38af0f8159808fc2642447;hpb=5a4d9d2556ac5a5594723684ffc81015d0c6b1ee;p=x_base.git 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;