update readme, formatting
This commit is contained in:
parent
46b6536987
commit
c6c49acc8c
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue