From a327dd4d639c69b24d4c2168d394aafae31e7f18 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Fri, 21 Jun 2024 13:39:27 -0500 Subject: [PATCH] words --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e37296..a084701 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Should run on-login -- `i3`/`sway` having a config entry: exec 'python3 ~/.config/sway/scripts/startup.py' ``` -Avoid `exec_always`; this will repeat your _'wanted'_ -entries when reloading the _window manager_ config. +Use `exec` as shown; avoid `exec_always`. Your _'wanted'_ +entries will repeat, otherwise, if reloading i3/Sway. Example `autostart-i3ipc.yml`: