mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 15:33:56 +01:00
28 lines
553 B
Markdown
28 lines
553 B
Markdown
# monitor-index-preference
|
|
|
|
```
|
|
Set the monitor index preference for a monitor identified using its size
|
|
|
|
Usage: monitor-index-preference <INDEX_PREFERENCE> <LEFT> <TOP> <RIGHT> <BOTTOM>
|
|
|
|
Arguments:
|
|
<INDEX_PREFERENCE>
|
|
Preferred monitor index (zero-indexed)
|
|
|
|
<LEFT>
|
|
Left value of the monitor's size Rect
|
|
|
|
<TOP>
|
|
Top value of the monitor's size Rect
|
|
|
|
<RIGHT>
|
|
Right value of the monitor's size Rect
|
|
|
|
<BOTTOM>
|
|
Bottom value of the monitor's size Rect
|
|
|
|
Options:
|
|
-h, --help
|
|
Print help
|
|
|
|
``` |