Add notification to reloads
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Restart bspwm
|
# Restart bspwm
|
||||||
super + shift + r
|
super + shift + r
|
||||||
bspc wm -r
|
bspc wm -r && notify-send -t 1000 "bspwm reloaded."
|
||||||
|
|
||||||
# Logout
|
# Logout
|
||||||
super + shift + e
|
super + shift + e
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ super + {_,shift} + m
|
|||||||
|
|
||||||
# Reload sxhkd config
|
# Reload sxhkd config
|
||||||
super + ctrl + r
|
super + ctrl + r
|
||||||
pkill -USR1 -x sxhkd
|
pkill -USR1 -x sxhkd && notify-send -t 1000 "sxhkd reloaded."
|
||||||
|
|
||||||
# Lock
|
# Lock
|
||||||
super + alt + s
|
super + alt + s
|
||||||
|
|||||||
Reference in New Issue
Block a user