From 34febe628172a2766eee448dae9dc09aba54460a Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 11 Jul 2015 00:14:50 +0200 Subject: [PATCH] added brightnessicon to autostart --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index ae279ee8..115691d0 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -16,9 +16,9 @@ vicious = require("vicious") -- Set programs to autostart. They will only runce once even when reloading awesome. local autostart = { "cbatticon", + "brightnessicon", "nm-applet", "pasystray", --- "xfsettingsd", "xfce4-clipman", "xfce4-notes", }