From 752d6c49a0f7b0449eb7e238c43f53bcadf07352 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 20 May 2026 20:33:33 +0100 Subject: [PATCH] hyprland: force 7 Days to Die to tile instead of float Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 359fcbd..eaebfd2 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -261,6 +261,12 @@ in workspace = "special silent", }) + -- 7 Days to Die floats by default; force it to tile. + hl.window_rule({ + match = { class = "steam_app_251570" }, + float = false, + }) + -- Binds local mod = "SUPER"