Skip to content

Commit 5a8a0bf

Browse files
committed
Adjust bundle autostart docs
1 parent ba52553 commit 5a8a0bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ External modules are run like in the original ActivityWatch distribution
3131
by looking at `$PATH` and running all executables whose name starts with `aw-`.
3232
They are controled from the tray, no additional configuration is necessary.
3333

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+
3439
## Supported environments
3540

3641
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.
121126
$ awatcher -vvv --no-server
122127
```
123128

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-
129129
## Build
130130

131131
### Prerequisites

0 commit comments

Comments
 (0)