diff options
author | noa | 2024-09-07 08:03:52 +0000 |
---|---|---|
committer | noa | 2024-09-07 08:03:52 +0000 |
commit | b9a1cbafda2aaed36c8eca4f7b68aae583918561 (patch) | |
tree | 4a0ff7b1abcdfa8f0b94c44485e32d84cdffa1b5 /xmodmap | |
parent | 4d75f09ba0f3547ec451e2d3b72422d0822c0b6b (diff) |
Add configurations to fossil repo
Diffstat (limited to 'xmodmap')
-rw-r--r-- | xmodmap | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xmodmap b/xmodmap new file mode 100644 index 0000000..b4ab7b2 --- /dev/null +++ b/xmodmap @@ -0,0 +1,14 @@ +clear lock +clear mod1 +clear control + +! Set key left of spacebar to control +keycode 64 = Control_L +add control = Control_L + +! Set key right of spacebar to alt +keycode 108 = Alt_L +add mod1 = Alt_L + +! Set caps lock to search +keycode 66 = XF86Search |