From d6aa6e75ef8a102662ecf3ed0a4cd45ce8d2c583 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 7 Sep 2023 23:49:59 +0200 Subject: [PATCH] sxhkd: improved keymap command --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 8317c6a..087c7f5 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -25,7 +25,7 @@ super + m thunderbird super + shift + l - setxkbmap -query | grep -q ' de' && setxkbmap ru || setxkbmap de,ru + setxkbmap -query | grep -q ' de' && setxkbmap ru || setxkbmap de nodeadkeys super + shift + r pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'