From: martin f. krafft Date: Fri, 18 Mar 2016 09:36:23 +0000 (+0100) Subject: suspend processes after 2 minutes X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/9bb8cb401dd2283ca1e64dff1ea45b678698c228 suspend processes after 2 minutes --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 18209c0..4f1c091 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -585,7 +585,7 @@ end) client.add_signal("unfocus", function(c) local capi = { timer = timer } if c.class == "Iceweasel" or c.class == "chromium" or c.class == "Icedove" then - local timer_stop = capi.timer { timeout = 10 } + local timer_stop = capi.timer { timeout = 120 } local send_sigstop = function () timer_stop:stop() if client.focus.pid ~= c.pid then