Merge branch 'desktop' into laptop

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-07-17 12:02:55 -03:00
commit 5f75e097af
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
23 changed files with 294 additions and 152 deletions

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 "$@"