Add Sway fullscreen rule for RDR2 (gamescope broken on NVIDIA 580.x)

Gamescope 3.16.17 segfaults on NVIDIA 580.x in nested Wayland/Sway due
to explicit sync issues (ValveSoftware/gamescope#1662). Use a Sway
window rule to force RDR2 fullscreen instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-04-02 16:04:29 -07:00
commit afb184fefc

View file

@ -247,6 +247,7 @@ in
commands = [ commands = [
{ command = "inhibit_idle fullscreen"; criteria = { class = ".*"; }; } { command = "inhibit_idle fullscreen"; criteria = { class = ".*"; }; }
{ command = "inhibit_idle fullscreen"; criteria = { app_id = ".*"; }; } { command = "inhibit_idle fullscreen"; criteria = { app_id = ".*"; }; }
{ command = "fullscreen enable"; criteria = { class = "steam_app_1174180"; }; }
]; ];
}; };
colors = { colors = {