diff options
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 |
