mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 22:51:21 +02:00
19 lines
508 B
Markdown
19 lines
508 B
Markdown
# cross-monitor-move-behaviour
|
|
|
|
```
|
|
Set the behaviour when moving windows across monitor boundaries
|
|
|
|
Usage: komorebic.exe 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')
|
|
|
|
```
|