Fixed Retina detection for mirrored monitors#58
Fixed Retina detection for mirrored monitors#58excitoon wants to merge 1 commit intodrov0:masterfrom
Conversation
|
Hi ! Thanks for your contribution, I'm sorry I didn't catch the mss issue I don't own a mac. Is there a way to detect retina without calling a subprocess ? I'm not a big fan of calling external processes (because with some aliasing you could have the lib call a different binary and it's a security issue) |
|
@drov0 actually it's quite worse than that, you can have one Retina monitor and one regular. I guess you need to design an API for multi-monitor setups for a start 🤷♂️ |
I had to restart Python to get changes :( (however, the current solution has the same issue): |
|
https://stackoverflow.com/a/69637863 Basically, we need some approach how to integrate this code into the library, unfortunately. |
|
Personally, I would stick to polling separate processes, with Python or not (for example, you can have some manual |
Progress on #53 (fixes some cases)