Add sxhkd restart
This commit is contained in:
parent
d22eea1afd
commit
4c1e8f629d
|
@ -6,7 +6,7 @@
|
||||||
# -------------------------------------------------------
|
# -------------------------------------------------------
|
||||||
|
|
||||||
super + shift + e
|
super + shift + e
|
||||||
$HOME/bin/restart_sxhkd
|
$HOME/bin/sxhkd-restart
|
||||||
|
|
||||||
# quit/restart bspwm
|
# quit/restart bspwm
|
||||||
super + alt + {q,r}
|
super + alt + {q,r}
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
pkill -USR1 -x sxhkd
|
||||||
|
dunstify "sxhkd restarted" -t 3500
|
Loading…
Reference in New Issue