I have a fresh install of v0.13.2 on MacOS Sequoia.
I am trying to disable window title tracking by setting exclude_title
setting to true.
I have attempted that by doing the following:
- Click on aw-qt system tray, click ‘Open config folder’
- Open the
aw-watcher-window/aw-watcher-window.toml
with text editor. - Modified
#exclude_title = false
toexclude_title = true
. - Quit ActivityWatch by clicking on aw-qt system tray, and clicking ‘Quit ActivityWatch’
- Restart the app.
I still see all the window title being recorded when I expected all titles to be ‘excluded’.
Log doesn’t show anything useful. What am I doing wrong?
is there anyway I can enable additional debug logs? Failing that, is there anyway I can modify the underlying python code to log more information?