diff options
Diffstat (limited to '.config/X11/modmap')
-rw-r--r-- | .config/X11/modmap | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.config/X11/modmap b/.config/X11/modmap index e4ade24..1736e09 100644 --- a/.config/X11/modmap +++ b/.config/X11/modmap @@ -1,7 +1,12 @@ +! My desktop doesn't have a super key, so I map Caps_Lock to Super_L +! Also, use Caps_Lock for the compose key remove lock = Caps_Lock -keysym Caps_Lock = Super_L - -keycode 135 = Super_R +keysym Caps_Lock = Super_L Multi_key +! All of these are my "super". Silly I have so many... clear mod4 add mod4 = Super_L Super_R Hyper_L Hyper_R Menu + + +! Note to future me: +! The modifiers are: << Shift, Lock, Control, Mod{1..5} >> and are NOT case sensitive |