Automatic process suspension upon unfocus

2016-07-17 Thread Sebastian Fischmeister
Hi, There are a lot of apps who consume cpu time in the background while I'm not using them. Does anyone know a good way to incorporate automatic process suspension upon unfocus to awesome? For example, I have gmail open in a dedicated browser (e.g., I only use firefox for this). When I unfocus f

Re: Automatic process suspension upon unfocus

2016-07-17 Thread Sebastian Fischmeister
> c:connect_signal("focus", function () signal.kill(c.pid, >> signal.SIGCONT); end); >> end} >> } >> >> I'm not sure that automatic process suspension will play nicely with >> all applications, but you could try and se