linuxware/shared/home-manager/scripts/games/launch_nowayland.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

8 lines
190 B
Bash
Executable file

#!/bin/sh
# This script is just to disable wayland support
# in case I need Steam Overlay or Steam Input in that game.
PROTON_ENABLE_WAYLAND=0
~/.local/share/scripts/games/launch.sh "$@"