From de2c0972ee949ed37680cfde1696b900386213bf Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 5 Mar 2015 21:27:50 -0500 Subject: [PATCH 1/1] rename xprofile to xinitrc again back to slim from lightdm --- x/{.xprofile => .xinitrc} | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) rename x/{.xprofile => .xinitrc} (87%) diff --git a/x/.xprofile b/x/.xinitrc similarity index 87% rename from x/.xprofile rename to 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 -- 2.20.1