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;