Skip to content

Instantly share code, notes, and snippets.

@username4
Created May 23, 2021 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save username4/27e4db539c1df823e16621bbb4add59b to your computer and use it in GitHub Desktop.
Save username4/27e4db539c1df823e16621bbb4add59b to your computer and use it in GitHub Desktop.
Steam startup script
#!/bin/bash
env WINE='/home/USERNAME/.steam/steam/compatibilitytools.d/Proton-6.9-GE-1/files/bin/wine' \
WINEPREFIX='/home/USERNAME/SSD2/Games/Proton/Steam' \
WINEDEBUG=loaddll \
'/home/USERNAME/.steam/steam/compatibilitytools.d/Proton-6.9-GE-1/files/bin/wine' \
'/home/USERNAME/SSD2/Games/Proton/Steam/drive_c/Steam/steam.exe' -no-cef-sandbox $1 $2 2>steam.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment