linuxware/scripts/steam/launch.sh

12 lines
203 B
Bash
Raw Normal View History

2023-11-05 04:53:31 -03:00
#!/bin/sh
2023-11-05 04:53:31 -03:00
export MANGOHUD=1
2023-12-12 11:10:32 -03:00
# https://docs.mesa3d.org/envvars.html
export MESA_NO_DITHER=1 # Disables dither
export MESA_BACK_BUFFER=pixmap # For X only
2023-12-12 11:10:32 -03:00
export DXVK_ASYNC=1
2023-11-05 04:53:31 -03:00
gamemoderun "$@"