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:
parent
5de2ed9f96
commit
afb184fefc
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue