From 9bb8cb401dd2283ca1e64dff1ea45b678698c228 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 18 Mar 2016 10:36:23 +0100 Subject: [PATCH] suspend processes after 2 minutes --- .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 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 -- 2.39.2