Add notification to reloads

This commit is contained in:
Riyyi
2020-11-16 22:45:16 +01:00
parent 9ead4da1bd
commit d541634cf9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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