Created
May 20, 2014 09:13
-
-
Save vittorioromeo/bbada0ce01ddb68b33c9 to your computer and use it in GitHub Desktop.
running touhou on asus laptop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
function finish | |
{ | |
xmodmap -e 'keycode 54=c' | |
} | |
trap finish EXIT | |
xmodmap -e 'keycode 54=x' | |
export WINEDEBUG=-all | |
WINEDEBUG=-all optirun wine "$@" | |
xmodmap -e 'keycode 54=c' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment