diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 74317d8..2eac669 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -25,7 +25,7 @@ super + m thunderbird super + shift + l - setxkbmap -query | grep -q ' de' && $(setxkbmap ru ; notify-send 'sxhkd' 'Set keymap to russian') || $(setxkbmap de nodeadkeys ; notify-send 'sxhkd' 'Set keymap to german') + setxkbmap -query | grep -q 'nodeadkeys' && $(setxkbmap de ru ; notify-send 'sxhkd' 'Set keymap to russian') || $(setxkbmap de nodeadkeys ; notify-send 'sxhkd' 'Set keymap to german') super + shift + r pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'