1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

sxhkd: improved keymap key

This commit is contained in:
2024-02-28 14:56:43 +01:00
parent 032b94333e
commit e655afde55
2 changed files with 15 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ super + backslash
sound_toggle
super + shift + l
setxkbmap -query | grep -q 'ru$' && $(setxkbmap de ; notify-send -u low 'SXHKD' 'Set keymap to german') || $(setxkbmap de ru ; notify-send -u low 'SXHKD' 'Set keymap to russian')
change_keymap
super + shift + r
pkill -usr1 -x sxhkd ; notify-send -u low 'SXHKD' 'Reloaded config'