DrawOnYourScreen2
DrawOnYourScreen2 copied to clipboard
Add Multiscreen support
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.
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).
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.