summaryrefslogtreecommitdiffstats
path: root/Xmodmap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-10-08 12:09:20 -0400
committerJesse Luehrs <doy@tozt.net>2023-10-08 12:59:10 -0400
commit49570c8dd03448240897b37b68567352b790f16f (patch)
tree6c192a52046d5d0dd1b84a838befd8e777cfeafb /Xmodmap
parent66939c71da756c1d9e07a88a4a8ea2a018650060 (diff)
downloadconf-49570c8dd03448240897b37b68567352b790f16f.tar.gz
conf-49570c8dd03448240897b37b68567352b790f16f.zip
convert to stow
Diffstat (limited to 'Xmodmap')
-rw-r--r--Xmodmap38
1 files changed, 0 insertions, 38 deletions
diff --git a/Xmodmap b/Xmodmap
deleted file mode 100644
index 8225271..0000000
--- a/Xmodmap
+++ /dev/null
@@ -1,38 +0,0 @@
-! reset state
-clear control
-clear mod1
-clear mod4
-
-! swap alt and control
-keycode 37 = Alt_L Meta_L
-keycode 64 = Control_L
-keycode 105 = Alt_R Meta_R
-keycode 108 = Control_R
-
-! map prtsc to super, because the thinkpad layout puts it in that location
-keycode 107 = Super_R
-
-! set the values for control, mod1 (meta), and mod4 (super) now that they have
-! been assigned to keycodes
-add control = Control_L Control_R
-add mod1 = Alt_L Alt_R Meta_L Meta_R
-add mod4 = Super_L Super_R
-
-! map home and end to insert, because the thinkpad layout puts them where
-! insert should be
-keycode 110 = Insert
-keycode 115 = Insert
-
-! use media keys instead of function keys
-keycode 67 = XF86AudioMute
-keycode 68 = XF86AudioLowerVolume
-keycode 69 = XF86AudioRaiseVolume
-keycode 70 = XF86AudioMicMute
-keycode 71 = XF86MonBrightnessDown
-keycode 72 = XF86MonBrightnessUp
-keycode 73 = XF86Display
-keycode 74 = XF86WLAN
-keycode 75 = XF86Tools
-keycode 76 = XF86Search
-keycode 95 = XF86LaunchA
-keycode 96 = XF86Explorer