mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-26 06:58:31 +02:00
feat(cli): add docgen cmd for mkdocs pages
This commit is contained in:
19
docs/cli/send-to-monitor-workspace.md
Normal file
19
docs/cli/send-to-monitor-workspace.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# send-to-monitor-workspace
|
||||
|
||||
```
|
||||
Send the focused window to the specified monitor workspace
|
||||
|
||||
Usage: send-to-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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user