readme: shorten, remove one-arg section
This commit is contained in:
parent
69bf93c06a
commit
e1fabdca55
1 changed files with 4 additions and 10 deletions
14
README.md
14
README.md
|
@ -1,24 +1,18 @@
|
||||||
# sway-autostart-i3ipc
|
# sway-autostart-i3ipc
|
||||||
|
|
||||||
A smart but also lazy login autostart manager for i3/Sway.
|
A smart but also lazy login autostart manager for i3/Sway.
|
||||||
|
|
||||||
Will conditionally exec other things defined in a YML dict.
|
Will conditionally exec other things defined in a YML dict.
|
||||||
ie: every day, work days, or weekends
|
|
||||||
|
|
||||||
Required i3/Sway config line:
|
Required i3/Sway config line:
|
||||||
|
|
||||||
```bash
|
```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
|
The config YML may be chosen with `-c path/to/autostart.yml`
|
||||||
|
|
||||||
```bash
|
|
||||||
-c CONFIG, --config CONFIG
|
|
||||||
Path to the YML configuration file. (default: /home/user/.config/sway/autostart.yml)
|
|
||||||
```
|
|
||||||
|
|
||||||
## Config sample
|
## Config sample
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue