diff options
author | Josh Rahm <rahm@google.com> | 2024-01-26 15:24:42 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-01-26 15:33:17 -0700 |
commit | c573dcd5527c6fee2fa3b9b58f3a1be4a51ef5bb (patch) | |
tree | 7f8742901f44f090656d495d36f72cd0a72315a8 /setxkbmap.sh | |
parent | 45be5c403a7ec1fb21c44b45e89a0d7c536f672f (diff) | |
download | rkb-c573dcd5527c6fee2fa3b9b58f3a1be4a51ef5bb.tar.gz rkb-c573dcd5527c6fee2fa3b9b58f3a1be4a51ef5bb.tar.bz2 rkb-c573dcd5527c6fee2fa3b9b58f3a1be4a51ef5bb.zip |
Switch back to using mod4 as the main key with XMonad. Using the hyper key is too much work.
Diffstat (limited to 'setxkbmap.sh')
-rwxr-xr-x | setxkbmap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setxkbmap.sh b/setxkbmap.sh index 4c4ca8e..907f0c8 100755 --- a/setxkbmap.sh +++ b/setxkbmap.sh @@ -1,6 +1,6 @@ #!/bin/sh -setxkbmap -layout jr -variant jdvp -option numpad:mac +setxkbmap -layout jr -variant jdvprk -option numpad:mac killall xcape xcape -e 'Super_L=Tab' -t 200 xset r rate 200 100 |