enable gamescope, add hyprland cs2 window rule

This commit is contained in:
2026-07-08 22:33:54 +01:00
parent 0377363f68
commit 4829a945b9
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -65,3 +65,7 @@ for _, fo_inhib in ipairs(focus_inhibits) do
idle_inhibit = "focus",
})
end
hl.window_rule({
match = { class = "cs2" }, immediate = true
})
+5
View File
@@ -138,9 +138,14 @@
};
};
};
gamescope = {
enable = true;
capSysNice = true;
};
steam = {
enable = true;
gamescopeSession.enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};