DrawOnYourScreen2 icon indicating copy to clipboard operation
DrawOnYourScreen2 copied to clipboard

Add Multiscreen support

Open Julientroploin opened this issue 1 year ago • 2 comments

Right now, I have 1 big screen (screen2) and 1 small (screen1) screen on my PC. Screen2 is set as "primary screen" in Gnome.

DrawOnYourScreen2 only allow me to draw sometime on my screen1 and sometime on my screen2 without explanations.

I'd like to have the choice Drawing on screen1 / screen2 (/Extended screen ?) in the contextual menu.

Capture d’écran du 2023-09-16 15-36-36

Julientroploin avatar Sep 16 '23 13:09 Julientroploin

The drawing starts on the screen where you have your mouse cursor positioned. At least this is how it behaves with my setup (Gnome 43 + X11).

tarikgraba avatar Nov 06 '23 10:11 tarikgraba

The original code was meant to draw on the screen you started the extension. If your focus is on screen2 when you started the extension then thats where the drawing would occur. I might refactor the code so I can improve both perfomance and support drawing on all screens simultaneously.

Thanks for your report.

zhrexl avatar Nov 06 '23 11:11 zhrexl