summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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