From f51483590f34fad00d23ed4343272ad3a79a1e49 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Tue, 18 Oct 2022 14:17:12 +0200 Subject: [PATCH] docs: document 3-min default timeout for `aw-watcher-afk` (#96) --- src/watchers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/watchers.rst b/src/watchers.rst index 43cd0ac..95463bb 100644 --- a/src/watchers.rst +++ b/src/watchers.rst @@ -5,7 +5,7 @@ Watchers are the parts of ActivityWatch that do all the data collecting. ActivityWatch comes bundled with two watchers by default: -- :gh-aw:`aw-watcher-afk` - Watches for mouse & keyboard activity to detect if the user is active. +- :gh-aw:`aw-watcher-afk` - Watches for mouse & keyboard activity to detect if the user is active (by default, an inactive period of at least 3 minutes is flagged as AFK: away from keyboard). - :gh-aw:`aw-watcher-window` - Watches the active window, its title, and it's url (on Chrome-based browsers & Safari). The default watchers are collecting some of the most important data.