From 4e3aa498e0d47443c0dc0ccffb45bc9e4ea631c9 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 16 Jun 2026 10:10:27 +0100 Subject: [PATCH] hyprland: force Tiny Terraces to tile instead of float Co-Authored-By: Claude Opus 4.8 --- settings/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"