hyprland: force Tiny Terraces to tile instead of float

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-16 10:10:27 +01:00
parent cc9ef378f6
commit 4e3aa498e0

View file

@ -233,6 +233,12 @@ in
workspace = "special silent", workspace = "special silent",
}) })
-- Tiny Terraces opens floating by default; force it to tile.
hl.window_rule({
match = { class = "steam_app_3136330" },
tile = true,
})
-- Binds -- Binds
local mod = "SUPER" local mod = "SUPER"