diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-03-25 17:10:41 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-03-25 17:10:41 +0530 |
commit | 6b5d60fc05f814bbc5bd7132a17c726d3a029a39 (patch) | |
tree | 80d9ba03231d0dd29c9432fe027c08ae4a77d13f /.config/xmodmap | |
parent | 9e3f962b952b71471c601a02831d3ccca0efaf44 (diff) | |
download | dotfiles-6b5d60fc05f814bbc5bd7132a17c726d3a029a39.tar.gz dotfiles-6b5d60fc05f814bbc5bd7132a17c726d3a029a39.tar.bz2 dotfiles-6b5d60fc05f814bbc5bd7132a17c726d3a029a39.zip |
removed symbolic link
Diffstat (limited to '.config/xmodmap')
l--------- | .config/xmodmap | 1 | ||||
-rw-r--r-- | .config/xmodmap/Xmodmap | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/.config/xmodmap b/.config/xmodmap deleted file mode 120000 index 3c2664a..0000000 --- a/.config/xmodmap +++ /dev/null @@ -1 +0,0 @@ -.config/xmodmap
\ No newline at end of file diff --git a/.config/xmodmap/Xmodmap b/.config/xmodmap/Xmodmap new file mode 100644 index 0000000..85bd1fb --- /dev/null +++ b/.config/xmodmap/Xmodmap @@ -0,0 +1,9 @@ +! +! Swap Caps_Lock and Control_R +! +remove Lock = Caps_Lock +remove Control = Control_R +keysym Control_R = Caps_Lock +keysym Caps_Lock = Control_R +add Lock = Caps_Lock +add Control = Control_R |