Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Created May 20, 2014 09:13
Show Gist options
  • Save vittorioromeo/bbada0ce01ddb68b33c9 to your computer and use it in GitHub Desktop.
Save vittorioromeo/bbada0ce01ddb68b33c9 to your computer and use it in GitHub Desktop.
running touhou on asus laptop
#!/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