From 16ec9f64d7c33e1a91eeb78fa835746f31c5bc86 Mon Sep 17 00:00:00 2001 From: Demmie <2e3s19@gmail.com> Date: Wed, 24 Jan 2024 01:29:38 -0500 Subject: [PATCH] Describe autostart option in docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5326fa1..38969e6 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,11 @@ 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