mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 22:51:21 +02:00
This commit renames a number of border-related code refs, removing the ActiveWindow prefix since these borders are no longer just for the active window. Aliases have been added to preserve backwards compat for existing configs. An example AHK configuration file has been added to the Common Workflows section of the docs site. A link to the docs site has been added to the output of komorebic start. A note has been added recommending that users disable system animations for the best experience in the Getting Started guide.
20 lines
616 B
Markdown
20 lines
616 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
|
|
- no-op: Do nothing if trying to move a window container in the direction of an adjacent monitor
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help (see a summary with '-h')
|
|
|
|
```
|