Skip to content

Commit

Permalink
Adjust bundle autostart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Feb 7, 2024
1 parent ba52553 commit 5a8a0bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ External modules are run like in the original ActivityWatch distribution
by looking at `$PATH` and running all executables whose name starts with `aw-`.
They are controled from the tray, no additional configuration is necessary.

#### Autostart

Using `~/.config/autostart` is preferable, which is used by "Autostart" in KDE settings or Gnome Tweaks.
Systemd may require to sleep for a few seconds (`ExecStartPre=/bin/sleep 5`) in order to wait for the environment.

## Supported environments

ActivityWatch server should be run before `awatcher` is running.
Expand Down Expand Up @@ -121,11 +126,6 @@ to see what application names and titles are reported to the server.
$ awatcher -vvv --no-server
```

### Autostart

Using `~/.config/autostart` is preferable, which is used by "Autostart" in KDE settings or Gnome Tweaks.
Systemd may require to sleep for a few seconds (`ExecStartPre=/bin/sleep 5`) in order to wait for the environment.

## Build

### Prerequisites
Expand Down

0 comments on commit 5a8a0bf

Please sign in to comment.