We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>"
sh
sh -c ": && <path to aw-watcher-afk>"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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>"
The text was updated successfully, but these errors were encountered: