diff options
| author | Blista Kanjo | 2022-11-23 09:00:39 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-23 09:00:39 -0500 |
| commit | 8490f1620483c8135798e1ddfddfc9ce828a9407 (patch) | |
| tree | b22cac0c9bff3c3bc61502506b9d156fed7acbc0 | |
| parent | def1aaf27811da2320c25c08a6996dfd7d2db061 (diff) | |
refactor: reverted back to old keymapper.sh
| -rwxr-xr-x | .config/awesome/keymapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/keymapper.sh b/.config/awesome/keymapper.sh index 245ab2b..8243d3b 100755 --- a/.config/awesome/keymapper.sh +++ b/.config/awesome/keymapper.sh @@ -1,3 +1,3 @@ #!/bin/sh -input-remapper-control --command stop-all && input-remapper-control --command autoload +input-remapper-control --command stop-all && input-remapper-control --command autoload && sleep 1 && setxkbmap -option compose:ralt && sleep 1 && xmodmap ~/.Xmodmap && sleep 1 && xset r rate 300 50 |
