diff --git a/system/.config/sxhkd/sxhkdrc b/system/.config/sxhkd/sxhkdrc index 110d4ab..48a952a 100644 --- a/system/.config/sxhkd/sxhkdrc +++ b/system/.config/sxhkd/sxhkdrc @@ -52,7 +52,7 @@ super + e XF86AudioStop mpc stop -{XF86AudioPlay, super + KP_Enter} +{XF86AudioPlay, super + KP_Enter, super + control + Return} mpc toggle {XF86AudioNext, super + control + Right} @@ -73,4 +73,10 @@ XF86AudioStop # Screenlock # ############################################################################### XF86Sleep - screenlock \ No newline at end of file + screenlock + +############################################################################### +# SXHKD # +############################################################################### +super + control + Escape + pkill -USR1 -x sxhkd \ No newline at end of file