From 7278620c67b9dc8377ab550a65943ce11bf2e534 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 6 Sep 2022 13:10:14 -0600 Subject: setxkbmap.sh: remove jrcompat option --- setxkbmap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setxkbmap.sh b/setxkbmap.sh index ddad73a..68d5396 100755 --- a/setxkbmap.sh +++ b/setxkbmap.sh @@ -1,6 +1,6 @@ #!/bin/sh -setxkbmap -layout jr -variant jdvp -compat jrcompat -option numpad:mac +setxkbmap -layout jr -variant jdvp -option numpad:mac killall xcape xcape -e 'Super_L=Tab;Control_L=apostrophe' -t 200 xset r rate 200 100 -- cgit