Watches keyboard and mouse activity to determine if you are AFK or not (for use with ActivityWatch)
Mozilla Public License 2.0
47
stars
34
forks
source link
Running aw-watcher-afk via launchd on macOS triggers "parent process died" #67
Open
amsam0 opened 4 months ago
When running aw-watcher-afk as a launchd agent on macOS, this false positive is triggered, causing aw-watcher-afk to exit: https://github.com/ActivityWatch/aw-watcher-afk/blob/master/aw_watcher_afk/afk.py#L78-L83
A solution is to run aw-watcher-afk through
sh
, like this:sh -c ": && <path to aw-watcher-afk>"