Alexandre Cavalheiro
99d4fa1a27
This is because the script does not have anything specific to Proton anymore or Wine for that matter, so we can use this as a handy tool to open any games.
10 lines
182 B
Bash
Executable file
10 lines
182 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export MANGOHUD=1
|
|
|
|
# https://docs.mesa3d.org/envvars.html
|
|
export MESA_NO_DITHER=1 # Disables dither
|
|
export MESA_BACK_BUFFER=pixmap # For X only
|
|
|
|
gamemoderun "$@"
|