From a85a5cd8f18c2830a9f00e12fb766ad501c6df91 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Thu, 2 May 2024 08:31:41 -0500 Subject: [PATCH] add nm-applet.service --- nm-applet.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nm-applet.service diff --git a/nm-applet.service b/nm-applet.service new file mode 100644 index 0000000..d078111 --- /dev/null +++ b/nm-applet.service @@ -0,0 +1,10 @@ +[Unit] +Description=Tray applet and an advanced network connection editor +BindsTo=labwc-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/nm-applet + +[Install] +WantedBy=labwc-session.target