diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 74a4287..873c32f 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -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"