summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.Xmodmap11
1 files changed, 11 insertions, 0 deletions
diff --git a/.Xmodmap b/.Xmodmap
index d605780..3fbc68e 100644
--- a/.Xmodmap
+++ b/.Xmodmap
@@ -1,3 +1,4 @@
+! -*- eval: (git-auto-commit-mode 1) -*-
pointer = 3 2 1
!
@@ -9,3 +10,13 @@ keysym Control_L = Caps_Lock
keysym Caps_Lock = Control_L
add Lock = Caps_Lock
add Control = Control_L
+
+!
+! Swap Shift_L and Super_L
+!
+remove Shift = Shift_L
+remove Mod4 = Super_L
+keysym Super_L = Shift_L
+keysym Shift_L = Super_L
+add Shift = Shift_L
+add Mod4 = Super_L