diff options
Diffstat (limited to '.config/awesome/keymapper.sh')
| -rwxr-xr-x | .config/awesome/keymapper.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/awesome/keymapper.sh b/.config/awesome/keymapper.sh new file mode 100755 index 0000000..734667b --- /dev/null +++ b/.config/awesome/keymapper.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +input-remapper-control --command stop-all && input-remapper-control --command autoload && sleep 2 && setxkbmap -option compose:ralt && sleep 1 && xmodmap ~/.Xmodmap && sleep 1 && xset r rate 300 50 |
