Files
komorebi/docs/cli/start.md
LGUG2Z b613986474 feat(wm): add a splash screen for mdm devices
A little nudge for people to do the right thing, 1990s vibes.
2025-10-28 18:03:17 -07:00

34 lines
802 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
--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
```