Evidlo / remarkable_mouse

use your reMarkable as a graphics tablet
GNU General Public License v3.0
506 stars 48 forks source link

Fixed issue on MacOS Darwin where the screeninfo.get_monitors() never terminates #83

Open RduMarais opened 1 year ago

RduMarais commented 1 year ago

This follows the issue #82 which resulted in the program never ending, and the process having to be killed manually.

Evidlo commented 1 year ago

Thanks for patching this. screeninfo is supposed to be able to detect the correct environment by itself. Do you know why it isn't detecting OSX in your case? Perhaps a fix should be upstreamed in screeninfo so others can benefit?