readme: show a couple commands in example
This commit is contained in:
parent
49c8c7d1cd
commit
3ed9480b05
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ Example `autostart-i3ipc.yml` with in-line comments:
|
||||||
autostarts:
|
autostarts:
|
||||||
pre: [] # *always* run, before/blocking others. ie: backup
|
pre: [] # *always* run, before/blocking others. ie: backup
|
||||||
weekend: [] # blocking Sat/Sun. after 'pre'/before 'common'. ie: backup tier 2
|
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
|
work: [] # does not execute on weekends; only if within working day/hours
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue