hyprland: render games unfocused
This commit is contained in:
parent
2a6aa8b247
commit
0fbb8ad0f3
1 changed files with 8 additions and 0 deletions
|
|
@ -273,6 +273,14 @@ in
|
||||||
workspace = "special silent",
|
workspace = "special silent",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Games stall on other workspaces: no frame callbacks = no render =
|
||||||
|
-- game loop blocks. Keep them ticking in the background at
|
||||||
|
-- misc:render_unfocused_fps (15).
|
||||||
|
hl.window_rule({
|
||||||
|
match = { class = "^steam_app_.*" },
|
||||||
|
render_unfocused = true,
|
||||||
|
})
|
||||||
|
|
||||||
-- WoW keeps requesting fullscreen/maximize; ignore so it stays tiled.
|
-- WoW keeps requesting fullscreen/maximize; ignore so it stays tiled.
|
||||||
hl.window_rule({
|
hl.window_rule({
|
||||||
match = { class = "steam_app_default", title = "^World of Warcraft$" },
|
match = { class = "steam_app_default", title = "^World of Warcraft$" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue