readme: shorten, remove one-arg section

This commit is contained in:
Josh Lay 2023-10-14 22:16:26 -05:00
parent 69bf93c06a
commit e1fabdca55
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -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