flexagoon / aw-watcher-gnome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable window watcher

Thinkpiet opened this issue · comments

Hi,

I want only the AFK watcher. But when I install this, I get both, AFK and window watcher. (And they work fine :-) )

How to disable the window watcher?

Best, Piet

Hi, this is not officially supported, as this is meant to be a full watcher for GNOME. If you want to disable the window watcher, you can just remove the bucket intialization in window.py (lines 55-57), and then remove the call to the window heartbeat function (line 120)

You meant watcher.py. Yes, I did that, it works perfectly! Thank you!