summaryrefslogtreecommitdiff
path: root/.config/X11/modmap
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-08 12:30:41 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-08 12:30:41 -0400
commit19f8cc45d080f4f499872854b9974148ae0cf6ab (patch)
tree79040122b7297edd7c9ff38676c737697aecfeef /.config/X11/modmap
parent5b768b6d87e212bab7c92bc94d0fb6f9c92ecb21 (diff)
Tidy up my xmodmap, also use capslock for the compose key
Diffstat (limited to '.config/X11/modmap')
-rw-r--r--.config/X11/modmap11
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