From 49c8c7d1cd3f926789c53cdd0d60821407f5dad8 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Thu, 20 Jun 2024 17:29:14 -0500 Subject: [PATCH] readme: disambiguate i3/sway/wanted configs --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a366c2c..974ad01 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ _Config:_ [~/.config/autostart-i3ipc.yml](./outerheaven.init3.home/.config/autos Time/date aware _(conditional)_ autostart manager for Sway/i3 window managers. -Should run on-login: +Should run on-login -- `i3`/`sway` having a config entry: ```bash ~ $ cat ~/.config/sway/config @@ -22,12 +22,13 @@ Should run on-login: # # See `man 5 sway` for a complete reference. # [...] -# run script which handles conditional/timely autostarts. uses dict w/ this structure: -# {'autostarts': { 'pre': [], 'weekend': [], 'common': [], 'work': []}} exec 'python3 ~/.config/sway/scripts/startup.py' ``` -Config example with in-line comments: +_Note:_ Avoid `exec_always`; this will repeat your _'wanted'_ +entries when reloading the _window manager_ config. + +Example `autostart-i3ipc.yml` with in-line comments: ```yaml ---