mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-11 21:11:40 +01:00
25 lines
425 B
Markdown
25 lines
425 B
Markdown
# enable-autostart
|
|
|
|
```
|
|
Generates the komorebi.lnk shortcut in shell:startup to autostart komorebi
|
|
|
|
Usage: komorebic.exe enable-autostart [OPTIONS]
|
|
|
|
Options:
|
|
-c, --config <CONFIG>
|
|
Path to a static configuration JSON file
|
|
|
|
--whkd
|
|
Enable autostart of whkd
|
|
|
|
--ahk
|
|
Enable autostart of ahk
|
|
|
|
--bar
|
|
Enable autostart of komorebi-bar
|
|
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|