sxhkd: added notification to keymap command

master
tiyn 9 months ago
parent d6aa6e75ef
commit bbd5e0b4b2

@ -25,7 +25,7 @@ super + m
thunderbird
super + shift + l
setxkbmap -query | grep -q ' de' && setxkbmap ru || setxkbmap de nodeadkeys
setxkbmap -query | grep -q ' de' && $(setxkbmap 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'

Loading…
Cancel
Save