summaryrefslogtreecommitdiff
path: root/setxkbmap.sh
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2024-02-01 23:32:55 -0700
committerJosh Rahm <rahm@google.com>2024-02-01 23:32:55 -0700
commit126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab (patch)
tree4e0a79531f8f74f864aba479d473e98e5743d768 /setxkbmap.sh
parent28f22a90291152f15c7aab090f0bf8f8205d6e9e (diff)
downloadrkb-126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab.tar.gz
rkb-126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab.tar.bz2
rkb-126b5b9ddc21571e5beb7f63b3fab21cd3fa9aab.zip
fix some more stuff
Diffstat (limited to 'setxkbmap.sh')
-rwxr-xr-xsetxkbmap.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/setxkbmap.sh b/setxkbmap.sh
index af403d0..978f593 100755
--- a/setxkbmap.sh
+++ b/setxkbmap.sh
@@ -9,7 +9,11 @@ xmodmap <(echo '
keycode 23 = Hyper_L
remove mod4 = Hyper_L
add mod3 = Hyper_L
-')
+
+ # keycode 222 = semicolon colon paragraph degree
+ # keycode 24 = Control_L
+ # add Control = Control_L
+' | sed '/^\s*#/d')
xcape -e 'Hyper_L=Tab' -t 400
xset r rate 200 100