enable gamescope, add hyprland cs2 window rule
This commit is contained in:
@@ -65,3 +65,7 @@ for _, fo_inhib in ipairs(focus_inhibits) do
|
|||||||
idle_inhibit = "focus",
|
idle_inhibit = "focus",
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
hl.window_rule({
|
||||||
|
match = { class = "cs2" }, immediate = true
|
||||||
|
})
|
||||||
|
|||||||
@@ -138,9 +138,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
gamescope = {
|
||||||
|
enable = true;
|
||||||
|
capSysNice = true;
|
||||||
|
};
|
||||||
|
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
gamescopeSession.enable = true;
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user