From b6bf3c7ab170ab2e48d8d1709015e9617929ce46 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 25 Jul 2024 19:49:51 -0400 Subject: [PATCH] home/hyprland: center and float nm-connection-editor --- homeManagerModules/desktop/hyprland/settings.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeManagerModules/desktop/hyprland/settings.nix b/homeManagerModules/desktop/hyprland/settings.nix index 3c1d92c6..35320f89 100644 --- a/homeManagerModules/desktop/hyprland/settings.nix +++ b/homeManagerModules/desktop/hyprland/settings.nix @@ -183,17 +183,20 @@ in { "center(1),class:(.blueman-manager-wrapped)" "center(1),class:(blueberry.py)" "center(1),class:(com.github.wwmm.easyeffects)" + "center(1),class:(nm-connection-editor)" "center(1),class:(pavucontrol)" "float, class:^(firefox)$, title:^(Picture-in-Picture)$" "float,class:(.blueman-manager-wrapped)" "float,class:(blueberry.py)" "float,class:(com.github.wwmm.easyeffects)" + "float,class:(nm-connection-editor)" "float,class:(pavucontrol)" "move 70% 20%, class:^(firefox)$, title:^(Picture-in-Picture)$" "pin,class:^(firefox)$, title:^(Picture-in-Picture)$" "size 40% 60%,class:(.blueman-manager-wrapped)" "size 40% 60%,class:(blueberry.py)" "size 40% 60%,class:(com.github.wwmm.easyeffects)" + "size 40% 60%,class:(nm-connection-editor)" "size 40% 60%,class:(pavucontrol)" "suppressevent maximize, class:.*" ];