diff options
| author | Blista Kanjo | 2021-11-30 01:25:11 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-11-30 01:25:11 -0500 |
| commit | 50dedcadeb6ccbd4bd6f5cdc8c8ad551389ae92b (patch) | |
| tree | 48d4bd5250f0e8949de2a421f4ca82aa69b4edad /awesome | |
| parent | fa588d5b688c29f18f96ca0dcce382782f633d9b (diff) | |
reverted some changes
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 a69c96b..9e27f5f 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 1 && setxkbmap -option compose:ralt && xmodmap ~/.Xmodmap && xset r rate 300 50 # && setxkbmap -option caps:escape_shifted_capslock +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 |
