Hi,
I'm trying to read the resolutions & positions of currently connected screen. Eg, if I had 2 screens connected, I may get information like...
Screen 1, 1920*1080, x:0, y:0
Screen 2, 1280*1024, x:1920, y:0
From my own bumbling research, I think /Library/Preferences/com.apple.windowserver.plist may have what I'm looking for, but it seems to contain information about more screens than those connected, and I can't see a way to tell which is which.
Ideally I'd like to get this information with Python, but interested in hearing any solutions.
I'm from a Windows background, so if I'm coming at things the wrong way that might be why
Many thanks!