Add notification to reloads
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user