diff options
author | Amin Bandali <me@aminb.org> | 2015-03-05 21:27:50 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-03-05 21:27:50 -0500 |
commit | de2c0972ee949ed37680cfde1696b900386213bf (patch) | |
tree | 507b24d754df4b2e1c55b1c914c495db445bc5a8 /x | |
parent | 456884014f1c279769f99b08c56bb89e3b441d3b (diff) | |
download | configs-de2c0972ee949ed37680cfde1696b900386213bf.tar.gz configs-de2c0972ee949ed37680cfde1696b900386213bf.tar.xz configs-de2c0972ee949ed37680cfde1696b900386213bf.zip |
rename xprofile to xinitrc again
back to slim from lightdm
Diffstat (limited to 'x')
-rwxr-xr-x | x/.xinitrc (renamed from x/.xprofile) | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -59,13 +59,13 @@ xautolock -time 5 -locker "dm-tool lock" & # exec startkde # exec startxfce4 # ...or the Window Manager of your choice -# source ~/.profile -# sxhkd & -# panel & - -# DEFAULTSESSION=bspwm -# case "$1" in -# i3) exec i3;; -# bspwm) exec bspwm;; -# *) exec $DEFAULTSESSION ;; -# esac +source ~/.profile +sxhkd & +panel & + +DEFAULTSESSION=bspwm +case "$1" in + i3) exec i3;; + bspwm) exec bspwm;; + *) exec $DEFAULTSESSION ;; +esac |