How to disable autostart of module aw-watcher-window

I’m wondering if there is a way to disable autostart of module aw-watcher-window on OS Windows 11?

Nothing happens when I use command aw-qt --help in CMD and editing the aw-qt.toml doesn’t help either (I have now reversed my edit of aw-qt.toml).

I changed the following in aw-qt/aw-qt.toml and it no longer starts :slight_smile:

[aw-qt]
#autostart_modules = [“aw-server”, “aw-watcher-afk”, “aw-watcher-window”]

to

[aw-qt]
autostart_modules = [“aw-server”, “aw-watcher-afk”]

1 Like

I wanted the opposite, I wanted to add aw-watcher-input to autostart.

C:\Users\[UserName]\AppData\Local\activitywatch\activitywatch\aw-qt

or

%LocalAppData%\activitywatch\activitywatch\aw-qt

and turn

#autostart_modules = ["aw-server", "aw-watcher-afk", "aw-watcher-window"]

into

#autostart_modules = ["aw-server", "aw-watcher-afk", "aw-watcher-input", "aw-watcher-window"]

I was first looking for it in the activitywatch install folder (seen below) but that wasn’t it.

C:\Users\[UserName]\AppData\Local\Programs\ActivityWatch

or

%LocalAppData%\Programs\ActivityWatch