moverest / wl-kbptr

Control the mouse pointer with the keyboard on Wayland.
GNU General Public License v3.0
43 stars 4 forks source link

Misaligned overlay when using waybar #7

Closed asmigala closed 1 month ago

asmigala commented 1 month ago

When waybar is visible on the screen, the selection grid is misaligned, having and extra space at the top (seemingly as tall as the bar itself), see screenshots. After hitting enter, the cursor is moved to a position where it should have been if the grid was displayed correctly, i.e. several pixels above the red crosshair.

with waybar: yes-waybar

without waybar: no-waybar

moverest commented 1 month ago

I've just pushed b5a591d0a416fb5280e89696423e42d7beb2f07c to main to fix this. Please tell me if it works with your setup.

asmigala commented 1 month ago

Yep, work great, thank you very much!