mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-26 15:08:30 +02:00
feat(cli): add docgen cmd for mkdocs pages
This commit is contained in:
18
docs/cli/cross-monitor-move-behaviour.md
Normal file
18
docs/cli/cross-monitor-move-behaviour.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# cross-monitor-move-behaviour
|
||||
|
||||
```
|
||||
Set the behaviour when moving windows across monitor boundaries
|
||||
|
||||
Usage: cross-monitor-move-behaviour <MOVE_BEHAVIOUR>
|
||||
|
||||
Arguments:
|
||||
<MOVE_BEHAVIOUR>
|
||||
Possible values:
|
||||
- swap: Swap the window container with the window container at the edge of the adjacent monitor
|
||||
- insert: Insert the window container into the focused workspace on the adjacent monitor
|
||||
|
||||
Options:
|
||||
-h, --help
|
||||
Print help (see a summary with '-h')
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user