diff options
author | Julian T <julian@jtle.dk> | 2021-11-08 15:13:04 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-11-08 15:13:04 +0100 |
commit | 01415b0f6297b06fa0ef0a1ab24dcf1382285ac0 (patch) | |
tree | ab4ed447c09c763b6ca39c7171096d263a6a178e /xinit | |
parent | f5ea3b45280d3cacf1803ab448e81a73079f5748 (diff) |
Remap alt to super, and \ to alt. I3 uses super as main mod
Diffstat (limited to 'xinit')
-rw-r--r-- | xinit/.Xmodmap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xinit/.Xmodmap b/xinit/.Xmodmap index 89d617a..26a7912 100644 --- a/xinit/.Xmodmap +++ b/xinit/.Xmodmap @@ -2,3 +2,8 @@ clear lock clear control keycode 66 = Control_R add control = Control_R Control_L + +remove mod1 = Alt_L +keycode 64 = Super_L + +keycode 94 = Alt_L |