hyprland: force 7 Days to Die to tile instead of float
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1aebc200b6
commit
752d6c49a0
1 changed files with 6 additions and 0 deletions
|
|
@ -261,6 +261,12 @@ in
|
|||
workspace = "special silent",
|
||||
})
|
||||
|
||||
-- 7 Days to Die floats by default; force it to tile.
|
||||
hl.window_rule({
|
||||
match = { class = "steam_app_251570" },
|
||||
float = false,
|
||||
})
|
||||
|
||||
-- Binds
|
||||
local mod = "SUPER"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue