Browse Source

Add notification to reloads

master
Riyyi 4 years ago
parent
commit
d541634cf9
  1. 2
      .config/sxhkd/bspwm
  2. 2
      .config/sxhkd/sxhkdrc

2
.config/sxhkd/bspwm

@ -6,7 +6,7 @@
# Restart bspwm
super + shift + r
bspc wm -r
bspc wm -r && notify-send -t 1000 "bspwm reloaded."
# Logout
super + shift + e

2
.config/sxhkd/sxhkdrc

@ -18,7 +18,7 @@ super + {_,shift} + m
# Reload sxhkd config
super + ctrl + r
pkill -USR1 -x sxhkd
pkill -USR1 -x sxhkd && notify-send -t 1000 "sxhkd reloaded."
# Lock
super + alt + s

Loading…
Cancel
Save