From 3f1729b3b9a104b10b1340653d1ace6810e25e91 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 20 May 2026 20:38:08 +0100 Subject: [PATCH] hyprland: use tile action for 7 Days to Die window rule float = false isn't a valid Lua API action; tile = true is the correct way to force an XWayland window out of floating. Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index eaebfd2..bdf34a6 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -264,7 +264,7 @@ in -- 7 Days to Die floats by default; force it to tile. hl.window_rule({ match = { class = "steam_app_251570" }, - float = false, + tile = true, }) -- Binds