From 5a8a0bfd4865fbd624e22aa2f04db7d8aa4a960c Mon Sep 17 00:00:00 2001 From: Demmie <2e3s19@gmail.com> Date: Tue, 6 Feb 2024 21:54:34 -0500 Subject: [PATCH] Adjust bundle autostart docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 38969e6..249d90b 100644 --- a/README.md +++ b/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-`. 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. @@ -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