diff options
-rwxr-xr-x | soibox | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -627,6 +627,12 @@ main() [ -n "$mangohud" ] && setup_mangohud "$mangohud" + if [ -n "$WAYLAND_DISPLAY" ] && [ -n "$wine" ] + then + warn "wine running on wayland session, forcing gamescope" + gamescope=on + fi + [ "$dry_run" = "true" ] && exit |