mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-18 06:50:01 +02:00
20 lines
376 B
Markdown
20 lines
376 B
Markdown
# focus-monitor-workspace
|
|
|
|
```
|
|
Focus the specified workspace on the target monitor
|
|
|
|
Usage: komorebic.exe focus-monitor-workspace <TARGET_MONITOR> <TARGET_WORKSPACE>
|
|
|
|
Arguments:
|
|
<TARGET_MONITOR>
|
|
Target monitor index (zero-indexed)
|
|
|
|
<TARGET_WORKSPACE>
|
|
Workspace index on the target monitor (zero-indexed)
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
```
|