1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 04:57:45 +01:00

sxhkd: added notification to keymap command

This commit is contained in:
tiyn 2023-09-07 23:54:08 +02:00
parent d6aa6e75ef
commit bbd5e0b4b2

View File

@ -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'