From c1ab2d0ab26c345ff2de41877322f11579e955f6 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 19:51:32 +0100 Subject: [PATCH] nmtui popup --- hyprland.nix | 3 ++- waybar.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hyprland.nix b/hyprland.nix index e270b25..bf91d78 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -16,7 +16,6 @@ WLR_NO_HARDWARE_CURSORS = "1"; }; - # hyprland config wayland.windowManager.hyprland = { enable = true; @@ -40,6 +39,8 @@ }; }; + windowrulev2 = "float, title:\"nmtui-popup\", size:80x24, center" + general = { gaps_in = 5; gaps_out = 10; diff --git a/waybar.nix b/waybar.nix index 230606a..01e0aab 100644 --- a/waybar.nix +++ b/waybar.nix @@ -34,7 +34,7 @@ format-disconnected = "󰤠"; interval = 5; tooltip-format = "{essid} ({signalStrength}%)"; - on-click = "kitty -e nmtui"; + on-click = "kitty --title \"nmtui-popup\" -e nmtui"; }; clock = {