aboutsummaryrefslogtreecommitdiffstats
path: root/Xmodmap
diff options
context:
space:
mode:
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