mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-02-23 13:44:50 +01:00
23 lines
442 B
Markdown
23 lines
442 B
Markdown
# workspace-custom-layout
|
|
|
|
```
|
|
Set a custom layout for the specified workspace
|
|
|
|
Usage: komorebic.exe workspace-custom-layout <MONITOR> <WORKSPACE> <PATH>
|
|
|
|
Arguments:
|
|
<MONITOR>
|
|
Monitor index (zero-indexed)
|
|
|
|
<WORKSPACE>
|
|
Workspace index on the specified monitor (zero-indexed)
|
|
|
|
<PATH>
|
|
JSON or YAML file from which the custom layout definition should be loaded
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|