mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 07:23:57 +01:00
23 lines
510 B
Markdown
23 lines
510 B
Markdown
# named-workspace-custom-layout-rule
|
|
|
|
```
|
|
Add a dynamic custom layout for the specified workspace
|
|
|
|
Usage: komorebic.exe named-workspace-custom-layout-rule <WORKSPACE> <AT_CONTAINER_COUNT> <PATH>
|
|
|
|
Arguments:
|
|
<WORKSPACE>
|
|
Target workspace name
|
|
|
|
<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
|
|
|
|
```
|