File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ External modules are run like in the original ActivityWatch distribution
31
31
by looking at ` $PATH ` and running all executables whose name starts with ` aw- ` .
32
32
They are controled from the tray, no additional configuration is necessary.
33
33
34
+ #### Autostart
35
+
36
+ Using ` ~/.config/autostart ` is preferable, which is used by "Autostart" in KDE settings or Gnome Tweaks.
37
+ Systemd may require to sleep for a few seconds (` ExecStartPre=/bin/sleep 5 ` ) in order to wait for the environment.
38
+
34
39
## Supported environments
35
40
36
41
ActivityWatch server should be run before ` awatcher ` is running.
@@ -121,11 +126,6 @@ to see what application names and titles are reported to the server.
121
126
$ awatcher -vvv --no-server
122
127
```
123
128
124
- ### Autostart
125
-
126
- Using ` ~/.config/autostart ` is preferable, which is used by "Autostart" in KDE settings or Gnome Tweaks.
127
- Systemd may require to sleep for a few seconds (` ExecStartPre=/bin/sleep 5 ` ) in order to wait for the environment.
128
-
129
129
## Build
130
130
131
131
### Prerequisites
You can’t perform that action at this time.
0 commit comments