update readme, formatting

This commit is contained in:
Josh Lay 2023-10-14 21:51:33 -05:00
parent 46b6536987
commit c6c49acc8c
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -6,7 +6,9 @@ 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
```
## Config sample
@ -21,7 +23,7 @@ autostarts:
### Options
```shell
```bash
-c CONFIG, --config CONFIG
Path to the YML configuration file. (default: /home/user/.config/sway/autostart.yml)
```