diff options
author | Julian T <julian@jtle.dk> | 2020-02-16 13:03:09 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-02-16 13:03:09 +0100 |
commit | 108018b8d55449a0e8cd36a0d762bc41679fc208 (patch) | |
tree | 9c05a06e6056ae96470acd2ca8a6b3c4be94835e /xinit/.Xmodmap | |
parent | 78c9d951691871db14ae6b30c100ed3599af8198 (diff) |
Changed i3 config and xmodmap
Superkey and alt is swapped by xmodmap and i3 will listen on super
instead of alt. This makes window switching work the same but programs
relying on alt will also work.
Diffstat (limited to 'xinit/.Xmodmap')
-rw-r--r-- | xinit/.Xmodmap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xinit/.Xmodmap b/xinit/.Xmodmap index 89d617a..735734a 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 +remove mod4 = Super_L +add mod1 = Super_L +add mod4 = Alt_L |