diff options
author | Josh Rahm <rahm@google.com> | 2022-09-06 13:10:14 -0600 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2022-09-06 13:38:43 -0600 |
commit | 7278620c67b9dc8377ab550a65943ce11bf2e534 (patch) | |
tree | bd4c3f2383cb9dc93475a6d473de3efe070b72e7 | |
parent | 1fcf0b6893cb7da848e145cd22e399df48356bef (diff) | |
download | rkb-7278620c67b9dc8377ab550a65943ce11bf2e534.tar.gz rkb-7278620c67b9dc8377ab550a65943ce11bf2e534.tar.bz2 rkb-7278620c67b9dc8377ab550a65943ce11bf2e534.zip |
setxkbmap.sh: remove jrcompat option
-rwxr-xr-x | setxkbmap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |