From d527efe43a8c4527f7276cea5eab3ace02c0a54b Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 19:59:01 +0100 Subject: [PATCH] nmtui popup --- hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyprland.nix b/hyprland.nix index bdf3d44..d29220b 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -39,7 +39,10 @@ }; }; - windowrulev2 = "float title:\"nmtui-popup\" size:80x24 center"; + windowrules = [ + "float on, match:title nmtui-popup" + "center on, match:title nmtui-popup" + ]; general = { gaps_in = 5;