readme: disambiguate i3/sway/wanted configs
This commit is contained in:
parent
c4d4dabb9f
commit
49c8c7d1cd
1 changed files with 5 additions and 4 deletions
|
@ -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.
|
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
|
```bash
|
||||||
~ $ cat ~/.config/sway/config
|
~ $ cat ~/.config/sway/config
|
||||||
|
@ -22,12 +22,13 @@ Should run on-login:
|
||||||
#
|
#
|
||||||
# See `man 5 sway` for a complete reference.
|
# 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'
|
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
|
```yaml
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue