1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 20:47:45 +01:00

sxhkd: fixed keymapping

This commit is contained in:
tiyn 2024-01-30 16:12:46 +01:00
parent c369e946f8
commit f7ddd960bd

View File

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