Enable `ntsync`, AMD anti lag, enable Wayland by default.
8 lines
190 B
Bash
Executable file
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 "$@"
|