From d73ab7dfb4ee022ac50593023cfc9e0effb16db1 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Fri, 25 Nov 2022 01:48:24 +0200 Subject: [PATCH] Added network manager applet to awesome --- awesome/.config/awesome/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index f4cb41a..4429019 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -602,4 +602,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- -- compositor -awful.spawn("compton") +awful.util.spawn("compton") +awful.util.spawn("nm-applet")