blob: 8243d3bdd528a8b5c1ecd93a85a34e51f43dbd33 (
plain)
1
2
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
|