mirror of
https://github.com/2e3s/awatcher.git
synced 2025-07-23 10:30:13 +00:00
Adjust bundle autostart docs
This commit is contained in:
parent
ba52553ddf
commit
5a8a0bfd48
10
README.md
10
README.md
@ -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-`.
|
by looking at `$PATH` and running all executables whose name starts with `aw-`.
|
||||||
They are controled from the tray, no additional configuration is necessary.
|
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
|
## Supported environments
|
||||||
|
|
||||||
ActivityWatch server should be run before `awatcher` is running.
|
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.
|
|||||||
$ awatcher -vvv --no-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
|
## Build
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
Loading…
x
Reference in New Issue
Block a user