summaryrefslogtreecommitdiffstats
path: root/.Xmodmap
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-29 10:38:21 +0100
committerGravatar Tom Willemsen2012-01-29 10:38:21 +0100
commit40c0cb23392a5cded5a904f753fd74ced61741e1 (patch)
tree36a3b8266b73d26cbc9d5b0ba77d0a805ae1d076 /.Xmodmap
parenta5939d46879b586fe7c86da6d46cf99751f8cd01 (diff)
downloaddotfiles-40c0cb23392a5cded5a904f753fd74ced61741e1.tar.gz
dotfiles-40c0cb23392a5cded5a904f753fd74ced61741e1.zip
.Xmodmap
Diffstat (limited to '.Xmodmap')
-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