From 4905389a3c7872aa034920bcf1822d2c1224c566 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 11:07:14 +0100 Subject: [PATCH] quickshell: add click handler to open nm-connection-editor Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 28fa499..197016a 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -691,6 +691,16 @@ in font.pixelSize: 14 } } + + Process { + id: nmEditorProc + command: ["${pkgs.networkmanagerapplet}/bin/nm-connection-editor"] + } + + MouseArea { + anchors.fill: parent + onClicked: nmEditorProc.running = true + } } // Tray icons inline