linuxware/scripts/games/launch.sh

10 lines
182 B
Bash
Raw Normal View History

2024-02-01 21:11:35 -03:00
#!/bin/sh
export MANGOHUD=1
2024-02-01 21:11:35 -03:00
# https://docs.mesa3d.org/envvars.html
export MESA_NO_DITHER=1 # Disables dither
export MESA_BACK_BUFFER=pixmap # For X only
2024-02-01 21:11:35 -03:00
gamemoderun "$@"