commit 8437f598b8b2cb8d5d052181c48eb6b04bee9c35
parent d338210334438f813e464fc388d6586cf68b03a7
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 9 May 2023 12:06:23 +0100
load custom xmodmap
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/bin/switchkb b/bin/bin/switchkb
@@ -11,6 +11,7 @@ kill $(pidof xcape)
setxkbmap -option
if [[ "$lang" == "colemak" ]] ; then
setxkbmap -option ctrl:nocaps colemak-ctrl
+ xmodmap ~/.xmodmap
else
setxkbmap -option ctrl:nocaps $lang
fi