readme: show a couple commands in example

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

View file

@ -35,7 +35,9 @@ Example `autostart-i3ipc.yml` with in-line comments:
autostarts:
pre: [] # *always* run, before/blocking others. ie: backup
weekend: [] # blocking Sat/Sun. after 'pre'/before 'common'. ie: backup tier 2
common: [] # things started every day, after 'pre' - non-blocking
common: # things started every day, after 'pre' - non-blocking
- 'firefox-wayland'
- 'foot'
work: [] # does not execute on weekends; only if within working day/hours
```