mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-02-24 22:24:58 +01:00
26 lines
611 B
Markdown
26 lines
611 B
Markdown
# workspace-layout-rule
|
|
|
|
```
|
|
Add a dynamic layout rule for the specified workspace
|
|
|
|
Usage: komorebic.exe workspace-layout-rule <MONITOR> <WORKSPACE> <AT_CONTAINER_COUNT> <LAYOUT>
|
|
|
|
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
|
|
|
|
<LAYOUT>
|
|
[possible values: bsp, columns, rows, vertical-stack, horizontal-stack, ultrawide-vertical-stack, grid]
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|