From 69877c5e082689ef1859bc0fcec5dd498b421cb4 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 14 Oct 2023 21:56:39 -0500 Subject: [PATCH] readme: shuffle --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c3d90b5..9bc772d 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,20 @@ Will conditionally exec other things defined in a YML dict. ie: every day, work days, or weekends Required i3/Sway config line: + ```bash exec .config/sway/scripts/startup.py ``` +Assuming a copy of this script is placed in a newly-made directory, `~/.config/sway/scripts/` + +## Options + +```bash + -c CONFIG, --config CONFIG + Path to the YML configuration file. (default: /home/user/.config/sway/autostart.yml) +``` + ## Config sample ```yaml @@ -20,10 +30,3 @@ autostarts: weekend: [] # blocking tasks for weekends, after 'pre' but before 'common' work: [] # non-blocking tasks run if Monday through Friday between 8AM - 4PM ``` - -### Options - -```bash - -c CONFIG, --config CONFIG - Path to the YML configuration file. (default: /home/user/.config/sway/autostart.yml) -```