scripts: remove envvars from game launch script

This commit is contained in:
Alexandre Cavalheiro 2024-07-09 06:34:21 -03:00
parent c89bc6f42a
commit ab00ada734
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -1,9 +1,7 @@
#!/bin/sh
export MANGOHUD=1
# I've removed all environment variables
# but there might be useful ones in the future.
# https://docs.mesa3d.org/envvars.html
export MESA_NO_DITHER=1 # Disables dither
export MESA_BACK_BUFFER=pixmap # For X only
gamemoderun "$@"
mangohud gamemoderun "$@"