summaryrefslogtreecommitdiffstats
path: root/x
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-03-05 21:27:50 -0500
committerAmin Bandali <me@aminb.org>2015-03-05 21:27:50 -0500
commitde2c0972ee949ed37680cfde1696b900386213bf (patch)
tree507b24d754df4b2e1c55b1c914c495db445bc5a8 /x
parent456884014f1c279769f99b08c56bb89e3b441d3b (diff)
downloadconfigs-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-xx/.xinitrc (renamed from x/.xprofile)20
1 files changed, 10 insertions, 10 deletions
diff --git a/x/.xprofile b/x/.xinitrc
index 8342420..b136e77 100755
--- a/x/.xprofile
+++ b/x/.xinitrc
@@ -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