mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-15 06:13:36 +01:00
37 lines
861 B
Markdown
37 lines
861 B
Markdown
# start
|
|
|
|
```
|
|
Start komorebi.exe as a background process
|
|
|
|
Usage: komorebic.exe start [OPTIONS]
|
|
|
|
Options:
|
|
-c, --config <CONFIG>
|
|
Path to a static configuration JSON file
|
|
|
|
-a, --await-configuration
|
|
Wait for 'komorebic complete-configuration' to be sent before processing events
|
|
|
|
-t, --tcp-port <TCP_PORT>
|
|
Start a TCP server on the given port to allow the direct sending of SocketMessages
|
|
|
|
--whkd
|
|
Start whkd in a background process
|
|
|
|
--ahk
|
|
Start autohotkey configuration file
|
|
|
|
--bar
|
|
Start komorebi-bar in a background process
|
|
|
|
--masir
|
|
Start masir in a background process for focus-follows-mouse
|
|
|
|
--clean-state
|
|
Do not attempt to auto-apply a dumped state temp file from a previously running instance of komorebi
|
|
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|