From: Amin Bandali Date: Sat, 7 Mar 2015 04:41:41 +0000 (-0500) Subject: [x] use slimlock [bspwm] use zathura [sxhkd] new shortcuts X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/5ece0347f6af34ec0ee63cbe9f079bf317de9ee2 [x] use slimlock [bspwm] use zathura [sxhkd] new shortcuts --- diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 089db8a..76207bf 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -14,7 +14,6 @@ bspc monitor -d web code term misc1 misc2 bspc rule -a Firefox desktop=^1 focus=on bspc rule -a emacs desktop=^2 focus=on -bspc rule -a apvlv desktop=^5 focus=on -bspc rule -a evince desktop=^5 focus=on +bspc rule -a zathura desktop=^5 focus=on # panel & diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index b0b93db..4a8c6ea 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -89,6 +89,12 @@ super + space super + x slimlock +super + e + emacs + +super + r + firefox-developer + # make sxhkd reload its configuration files: super + Escape pkill -USR1 -x sxhkd diff --git a/x/.xinitrc b/x/.xinitrc index b136e77..e998b0b 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -52,7 +52,7 @@ xset +dpms xset dpms 0 0 300 # lock the screen using lightdm after 5 minutes -xautolock -time 5 -locker "dm-tool lock" & +xautolock -time 5 -locker "slimlock" & # exec gnome-session