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
|
ie: every day, work days, or weekends
|
||||||
|
|
||||||
Required i3/Sway config line:
|
Required i3/Sway config line:
|
||||||
|
```bash
|
||||||
exec .config/sway/scripts/startup.py
|
exec .config/sway/scripts/startup.py
|
||||||
|
```
|
||||||
|
|
||||||
## Config sample
|
## Config sample
|
||||||
|
|
||||||
|
@ -21,7 +23,7 @@ autostarts:
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
-c CONFIG, --config CONFIG
|
-c CONFIG, --config CONFIG
|
||||||
Path to the YML configuration file. (default: /home/user/.config/sway/autostart.yml)
|
Path to the YML configuration file. (default: /home/user/.config/sway/autostart.yml)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue