Desktop-Scroller-GNOME-Extension
Desktop-Scroller-GNOME-Extension copied to clipboard
Multiple monitors - not all expected edges working
Displays setup as shown in the image. Scrolling enabled on TOP and BOTTOM edges.
Four marked edges should enable scrolling. In fact only those marked with BLUE color work. The YELLOW does not because of little bug in positioning the monitor edge. The GREEN edge does not work, because implemented boundary edge detection does not assume this edge as a boundary one.
Cool thanks! First two comments are good. Still thinking about the third one. While we're at it we could fix it to correctly handle all cases. For example this one if all edges are activated:
Apart from that it's mostly style guide stuff like I said in the code comments. I will have a closer look the next days.