From e1fabdca5562d64e612edaa90b0585452a6ec1af Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 14 Oct 2023 22:16:26 -0500 Subject: [PATCH] readme: shorten, remove one-arg section --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 69b3868..59bbaee 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,18 @@ # sway-autostart-i3ipc A smart but also lazy login autostart manager for i3/Sway. - 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 + exec path/to/startup.py ``` -Assuming a copy of this script is placed in a newly-made directory, `~/.config/sway/scripts/` +Work days may be temporarily disabled by creating and removing +`~/.vacation` when appropriate. -## Options - -```bash - -c CONFIG, --config CONFIG - Path to the YML configuration file. (default: /home/user/.config/sway/autostart.yml) -``` +The config YML may be chosen with `-c path/to/autostart.yml` ## Config sample