linuxware/shared/home-manager/scripts/games/launch_nontsync.sh
Alexandre Cavalheiro S. Tiago da Silva 232abf3975
fix(hm/scripts): game launch changes
Enable `ntsync`, AMD anti lag, enable Wayland by default.
2026-02-24 14:14:13 -03:00

10 lines
181 B
Bash
Executable file

#!/bin/sh
# This script is to disable ntsync in case
# it brings up problems.
PROTON_NO_ESYNC=0
PROTON_NO_FSYNC=0
PROTON_USE_NTSYNC=0
~/.local/share/scripts/games/launch.sh "$@"