How to get monitor ID #1201
Answered
by
CtByte
caterpieASMR
asked this question in
Q&A
How to get monitor ID
#1201
-
Sorry for the stupid question, but as a new user I can't find out how to find my monitors IDs to use for "display_index_preferences". |
Beta Was this translation helpful? Give feedback.
Answered by
CtByte
Dec 24, 2024
Replies: 1 comment 1 reply
-
@caterpieASMR You can see the list of monitors by executing the {
"AUOC199...": {
"left": 0,
"top": 0,
"right": 2560,
"bottom": 1600
}
} "display_index_preferences": {
"0": "AUOC199...",
...
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
caterpieASMR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@caterpieASMR You can see the list of monitors by executing the
komorebic monitor-information
command.In this list, the first item has the index 0, the second has the index 1, and so on.