Skip to content

Instantly share code, notes, and snippets.

@sagebind
Created January 8, 2017 20:59
Show Gist options
  • Save sagebind/b0bd4c1f25a9a61cc2e582dafdc0eaed to your computer and use it in GitHub Desktop.
Save sagebind/b0bd4c1f25a9a61cc2e582dafdc0eaed to your computer and use it in GitHub Desktop.
Halo Wine + Optimus Launcher
#!/usr/bin/env sh
export WINEPREFIX="$HOME/.wine"
cd "$HOME/.wine/drive_c/Program Files (x86)/Microsoft Games/Halo"
optirun wine "$PWD/halo.exe" -vidmode 1920,1080,60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment