From e5bcc00daf8dfaf665de5fdd1036542b11cc716c Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 25 Jan 2024 01:29:57 +0100 Subject: [PATCH] sxhkd: changed de layout to basic --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index c601491..fab0755 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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 nodeadkeys ; notify-send -u low 'SXHKD' 'Set keymap to german') + 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') super + shift + r pkill -usr1 -x sxhkd ; notify-send -u low 'SXHKD' 'Reloaded config'