diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2024-01-30 23:19:48 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2024-01-30 23:19:48 -0700 |
commit | 9f793df0e00a76c46cdcaf3f0490bc11db684dce (patch) | |
tree | 3223c3b6527912028ee815e593898f00b327c718 /setxkbmap.sh | |
parent | c573dcd5527c6fee2fa3b9b58f3a1be4a51ef5bb (diff) | |
download | rkb-9f793df0e00a76c46cdcaf3f0490bc11db684dce.tar.gz rkb-9f793df0e00a76c46cdcaf3f0490bc11db684dce.tar.bz2 rkb-9f793df0e00a76c46cdcaf3f0490bc11db684dce.zip |
Better xkb configuration I think
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 907f0c8..7595abf 100755 --- a/setxkbmap.sh +++ b/setxkbmap.sh @@ -2,5 +2,5 @@ setxkbmap -layout jr -variant jdvprk -option numpad:mac killall xcape -xcape -e 'Super_L=Tab' -t 200 +xcape -e 'Hyper_L=Tab' -t 200 xset r rate 200 100 |