From b14a6f31cb288061f57188dd871fd9eddae07e63 Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 13 Oct 2023 23:04:22 +0200 Subject: [PATCH] sxhkd: send statusbar signals when changing sound --- .config/sxhkd/sxhkdrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 8d5dc06..8bf497a 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -25,9 +25,9 @@ super + m thunderbird super + bracketright - mic_toggle + mic_toggle && pkill -RTMIN+4 $STATUSBAR super + backslash - sound_toggle + sound_toggle && pkill -RTMIN+4 $STATUSBAR super + shift + l setxkbmap -query | grep -q 'nodeadkeys' && $(setxkbmap de ru ; notify-send -u low 'SXHKD' 'Set keymap to russian') || $(setxkbmap de nodeadkeys ; notify-send -u low 'SXHKD' 'Set keymap to german')