diff --git a/README.md b/README.md index 974ad01..280891c 100644 --- a/README.md +++ b/README.md @@ -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 ```