From 7e054284cc46d430c1f1c97da69bba45259a6629 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 15 Oct 2019 18:40:36 +0200 Subject: [PATCH] Update keybindings Signed-off-by: Severin Kaderli --- system/.config/sxhkd/sxhkdrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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