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"