From 7fba32dfddb634f5098c28a7fc2bea00cca44b20 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 20:01:52 +0100 Subject: [PATCH] nmtui popup --- hyprland.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hyprland.nix b/hyprland.nix index 0a5b80a..ca09a85 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -39,9 +39,12 @@ }; }; - windowrule = [ - "float on, match:title nmtui-popup" - "center on, match:title nmtui-popup" + #windowrule = [ + # "float on, match:title nmtui-popup" + # "center on, match:title nmtui-popup" + #]; + windowrulev2 = [ + "float title:\"nmtui-popup\" center" ]; general = {