mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-16 06:16:43 +01:00
23 lines
481 B
Markdown
23 lines
481 B
Markdown
# workspace-layout
|
|
|
|
```
|
|
Set the layout for the specified workspace
|
|
|
|
Usage: komorebic.exe workspace-layout <MONITOR> <WORKSPACE> <VALUE>
|
|
|
|
Arguments:
|
|
<MONITOR>
|
|
Monitor index (zero-indexed)
|
|
|
|
<WORKSPACE>
|
|
Workspace index on the specified monitor (zero-indexed)
|
|
|
|
<VALUE>
|
|
[possible values: bsp, columns, rows, vertical-stack, horizontal-stack, ultrawide-vertical-stack, grid, right-main-vertical-stack]
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|