From 21f9a341592f72040f45f7291864915d6d86f79e Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 11 Jul 2015 00:20:32 +0200 Subject: [PATCH] small run_once fix... :) --- .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 115691d0..ce14bfc8 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -16,7 +16,7 @@ vicious = require("vicious") -- Set programs to autostart. They will only runce once even when reloading awesome. local autostart = { "cbatticon", - "brightnessicon", + "python3 /usr/bin/brightnessicon", "nm-applet", "pasystray", "xfce4-clipman",