monitorcontrol icon indicating copy to clipboard operation
monitorcontrol copied to clipboard

More information for each monitor

Open BruceLee569 opened this issue 3 years ago • 1 comments

I want to distinguish each monitor according to the name or id, get_monitors() just returen a monitor list, but I can't distinguish which is my physical display. Another demand is get each monitor's resolution and starting point x/y.

After some look, found this repo: https://github.com/rr-/screeninfo

and this: https://github.com/dot-osk/monitor_ctrl (surpport for get monitor model)

So maybe get_monitors() could return more information after merge or reference this repo's code.

In addition, I want to confirm that the monitor list returned by module screeninfo and the monitor list returned by monitorcontrol correspond to one or one ?

BruceLee569 avatar Apr 20 '21 16:04 BruceLee569

Similar issue: https://github.com/newAM/monitorcontrol/issues/46

The same comment applies here:

At the moment there is no way to identify unique monitors, this would be a good feature to have though.

I'll accept a pull-request, but I will not be working on this for a long time, I made tons of commitments for other projects people are waiting on.

newAM avatar Apr 25 '21 17:04 newAM