mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-13 16:42:50 +02:00
docs(mkdocs) add display index preferences section
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
# Setting a Given Display to a Specific Index
|
||||||
|
|
||||||
|
If you would like `komorebi` to remember monitor index positions, you will need to set the `display_index_preferences`
|
||||||
|
configuration option in the static configuration file.
|
||||||
|
|
||||||
|
Display IDs can be found using `komorebic monitor-information`.
|
||||||
|
|
||||||
|
Then, in `komorebi.json`, you simply need to specify the preferred index position for each display ID:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"display_index_preferences": {
|
||||||
|
"0": "DEL4310-5&1a6c0954&0&UID209155",
|
||||||
|
"1": "<another-display_id>"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
@@ -68,6 +68,7 @@ nav:
|
|||||||
- common-workflows/mouse-follows-focus.md
|
- common-workflows/mouse-follows-focus.md
|
||||||
- common-workflows/custom-layouts.md
|
- common-workflows/custom-layouts.md
|
||||||
- common-workflows/dynamic-layout-switching.md
|
- common-workflows/dynamic-layout-switching.md
|
||||||
|
- common-workflows/set-display-index.md
|
||||||
- Release notes:
|
- Release notes:
|
||||||
- release/v0-1-22.md
|
- release/v0-1-22.md
|
||||||
- Configuration reference: https://komorebi.lgug2z.com/schema
|
- Configuration reference: https://komorebi.lgug2z.com/schema
|
||||||
|
|||||||
Reference in New Issue
Block a user