hyprland: use tile action for 7 Days to Die window rule

float = false isn't a valid Lua API action; tile = true is the correct
way to force an XWayland window out of floating.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-20 20:38:08 +01:00
parent 752d6c49a0
commit 3f1729b3b9

View file

@ -264,7 +264,7 @@ in
-- 7 Days to Die floats by default; force it to tile. -- 7 Days to Die floats by default; force it to tile.
hl.window_rule({ hl.window_rule({
match = { class = "steam_app_251570" }, match = { class = "steam_app_251570" },
float = false, tile = true,
}) })
-- Binds -- Binds