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:
parent
752d6c49a0
commit
3f1729b3b9
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ in
|
|||
-- 7 Days to Die floats by default; force it to tile.
|
||||
hl.window_rule({
|
||||
match = { class = "steam_app_251570" },
|
||||
float = false,
|
||||
tile = true,
|
||||
})
|
||||
|
||||
-- Binds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue