aboutsummaryrefslogtreecommitdiffstats
path: root/Xmodmap
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-01-13 23:10:42 -0800
committerGravatar Tom Willemse2022-01-13 23:10:42 -0800
commit976a2c7c284aadcdba3fd4505a7dea19fe48e7d5 (patch)
treec3f0df5fff3042a652df4e7f0218ea37b5bbc8e2 /Xmodmap
parent93bfb28d389631a89f52672621ec5801c4e5fd0f (diff)
downloadnew-dotfiles-976a2c7c284aadcdba3fd4505a7dea19fe48e7d5.tar.gz
new-dotfiles-976a2c7c284aadcdba3fd4505a7dea19fe48e7d5.zip
[xmodmap] Add section to remap Super_R to Hyper_R
Diffstat (limited to 'Xmodmap')
-rw-r--r--Xmodmap/.gitignore1
-rw-r--r--Xmodmap/Xmodmap.org14
2 files changed, 0 insertions, 15 deletions
diff --git a/Xmodmap/.gitignore b/Xmodmap/.gitignore
deleted file mode 100644
index e7af67b..0000000
--- a/Xmodmap/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.Xmodmap
diff --git a/Xmodmap/Xmodmap.org b/Xmodmap/Xmodmap.org
deleted file mode 100644
index 4c8b12e..0000000
--- a/Xmodmap/Xmodmap.org
+++ /dev/null
@@ -1,14 +0,0 @@
-Turn the mouse into a left-handed one (switch the left and right
-buttons).
-
-#+BEGIN_SRC fundamental
- pointer = 3 2 1
-#+END_SRC
-
-Turn the right Alt (AltGr) into a regular Alt.
-
-#+BEGIN_SRC fundamental
- remove Mod5 = ISO_Level3_Shift
- keycode 108 = Alt_L
- add Mod1 = Alt_L
-#+END_SRC