readme: disambiguate i3/sway/wanted configs

This commit is contained in:
Josh Lay 2024-06-20 17:29:14 -05:00
parent c4d4dabb9f
commit 49c8c7d1cd
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -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
---