summaryrefslogtreecommitdiff
path: root/.xmodmap
diff options
context:
space:
mode:
authorJulian Teu <julianteu@protonmail.com>2018-01-20 01:20:47 +0100
committerJulian Teu <julianteu@protonmail.com>2018-01-20 01:20:47 +0100
commit0b3f9c6d143adb2d559a40aaa23a96076ced4b8a (patch)
tree1484ecbdd720e8a560d99423b9c97db10a10229e /.xmodmap
parent05965c234a2506fb7dcc4bd5b3cc8d649d73bcf4 (diff)
Lots of emacs changes, and changing caps to escape
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