mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-19 06:16:57 +01:00
23 lines
388 B
Markdown
23 lines
388 B
Markdown
# workspace-name
|
|
|
|
```
|
|
Set the workspace name for the specified workspace
|
|
|
|
Usage: komorebic.exe workspace-name <MONITOR> <WORKSPACE> <VALUE>
|
|
|
|
Arguments:
|
|
<MONITOR>
|
|
Monitor index (zero-indexed)
|
|
|
|
<WORKSPACE>
|
|
Workspace index on the specified monitor (zero-indexed)
|
|
|
|
<VALUE>
|
|
Name of the workspace as a String
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|