diff options
| author | Blista Kanjo | 2022-11-23 11:22:49 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-23 11:22:49 -0500 |
| commit | 563a74e0542e05d1fa91bccb9a4416817e78cc6a (patch) | |
| tree | f7ca2484a17127641ec62d7dc80e8f8ce17fd61e /.config/awesome/keymapper.sh | |
| parent | 8b65a911936448ed3239038e1ff9ae8d78caa6c0 (diff) | |
refactor: stripped keymapper.sh
Diffstat (limited to '.config/awesome/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 8243d3b..a509eec 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 && sleep 1 && setxkbmap -option compose:ralt && sleep 1 && xmodmap ~/.Xmodmap && sleep 1 && xset r rate 300 50 +input-remapper-control --command stop-all && sleep 1 && input-remapper-control --command autoload |
