From 5b6749a78f63e76ed221ab70b5133aacece151a2 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Thu, 9 Mar 2017 08:52:55 +0100 Subject: [PATCH] Launch nw-applet at startup --- awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome/rc.lua b/awesome/rc.lua index aa27d54..adbe692 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -647,3 +647,4 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- }}} -- os.execute('xautolock -time 10 -locker slock&') +os.execute('nm-applet&')