diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-05T17·26+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-06T10·15+0000 |
commit | fe61dee51170a4aa7cdd984e03e56d4dc45afbb9 (patch) | |
tree | 7ee427504bee31df4a6e62f763fd43f749e1eea9 /configs/shared/.Xmodmap | |
parent | 137bd6dc0c8ef65d89c0daada860a2dd25460983 (diff) |
Splice configs/shared directory
- Move all children from configs/shared into configs. - Delete "shared" directory.
Diffstat (limited to 'configs/shared/.Xmodmap')
-rw-r--r-- | configs/shared/.Xmodmap | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/shared/.Xmodmap b/configs/shared/.Xmodmap deleted file mode 100644 index 518793b86705..000000000000 --- a/configs/shared/.Xmodmap +++ /dev/null @@ -1,7 +0,0 @@ -! remap caps-lock to escape -remove Lock = Caps_Lock -keysym Caps_Lock = Escape - -! swap ctrl and super (similar to OSX) -- currently not working -! remove mod4 = Super_L -! add control = Super_L |