Files
komorebi/docs/cli/monitor-index-preference.md
2024-02-15 12:11:05 -08:00

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
```