mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 07:23:57 +01:00
26 lines
594 B
Markdown
26 lines
594 B
Markdown
# workspace-custom-layout-rule
|
|
|
|
```
|
|
Add a dynamic custom layout for the specified workspace
|
|
|
|
Usage: komorebic.exe workspace-custom-layout-rule <MONITOR> <WORKSPACE> <AT_CONTAINER_COUNT> <PATH>
|
|
|
|
Arguments:
|
|
<MONITOR>
|
|
Monitor index (zero-indexed)
|
|
|
|
<WORKSPACE>
|
|
Workspace index on the specified monitor (zero-indexed)
|
|
|
|
<AT_CONTAINER_COUNT>
|
|
The number of window containers on-screen required to trigger this layout rule
|
|
|
|
<PATH>
|
|
JSON or YAML file from which the custom layout definition should be loaded
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|