hyprland: force Tiny Terraces to tile instead of float
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
cc9ef378f6
commit
4e3aa498e0
1 changed files with 6 additions and 0 deletions
|
|
@ -233,6 +233,12 @@ in
|
|||
workspace = "special silent",
|
||||
})
|
||||
|
||||
-- Tiny Terraces opens floating by default; force it to tile.
|
||||
hl.window_rule({
|
||||
match = { class = "steam_app_3136330" },
|
||||
tile = true,
|
||||
})
|
||||
|
||||
-- Binds
|
||||
local mod = "SUPER"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue