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:
rope 2026-05-20 20:33:33 +01:00
parent 1aebc200b6
commit 752d6c49a0

View file

@ -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"