summaryrefslogtreecommitdiff
path: root/.xmodmap
diff options
context:
space:
mode:
Diffstat (limited to '.xmodmap')
-rw-r--r--.xmodmap5
1 files changed, 5 insertions, 0 deletions
diff --git a/.xmodmap b/.xmodmap
new file mode 100644
index 0000000..ab61d66
--- /dev/null
+++ b/.xmodmap
@@ -0,0 +1,5 @@
+! Swap caps lock and escape
+remove Lock = Caps_Lock
+keysym Escape = Caps_Lock
+keysym Caps_Lock = Escape
+add Lock = Caps_Lock \ No newline at end of file