diff options
| author | Blista Kanjo | 2021-11-28 13:25:43 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-11-28 13:25:43 -0500 |
| commit | 97810d7c3d149912b2bee3155757cf37da4541c3 (patch) | |
| tree | 186d585b58e72be7455c7854f00367e3525a0d22 /awesome | |
| parent | 3d2e1d66e18bfc8129163d41d894f5300dcee2cb (diff) | |
removed all the delays and added the shifted caps lock option
Diffstat (limited to 'awesome')
| -rwxr-xr-x | awesome/keymapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/keymapper.sh b/awesome/keymapper.sh index 9e27f5f..8b26b32 100755 --- a/awesome/keymapper.sh +++ b/awesome/keymapper.sh @@ -1,3 +1,3 @@ #!/bin/sh -key-mapper-control --command stop-all && key-mapper-control --command autoload && sleep 2 && setxkbmap -option compose:ralt && sleep 1 && xmodmap ~/.Xmodmap && sleep 1 && xset r rate 300 50 +key-mapper-control --command stop-all && key-mapper-control --command autoload && sleep 1 && setxkbmap -option compose:ralt && setxkbmap -option caps:escape_shifted_capslock && xmodmap ~/.Xmodmap && xset r rate 300 50 |
