-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sure, you can use this:
or to list some identifiers, like names or UUIDs (this is what macOS uses to identify displays) or tagIDs (this is what the app uses internally to identify a display ever enumerated during configuration) for connected displays:
|
Beta Was this translation helpful? Give feedback.
-
That is great, thank you very much! |
Beta Was this translation helpful? Give feedback.
Sure, you can use this:
betterdisplaycli get -identifiers
or to list some identifiers, like names or UUIDs (this is what macOS uses to identify displays) or tagIDs (this is what the app uses internally to identify a display ever enumerated during configuration) for connected displays:
betterdisplaycli get -identifier=name
betterdisplaycli get -identifier=UUID
betterdisplaycli get -identifier=tagID