1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-09 08:31:15 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
bbd5e0b4b2 sxhkd: added notification to keymap command 2023-09-07 23:54:08 +02:00
d6aa6e75ef sxhkd: improved keymap command 2023-09-07 23:49:59 +02:00
24bfea083c sxhkd: added keymap swap on the fly and changed reload key 2023-09-07 23:17:07 +02:00

View File

@@ -24,7 +24,10 @@ super + b
super + m
thunderbird
super + shift + x
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')
super + shift + r
pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'
super + Return