emersion / slurp

Select a region in a Wayland compositor

Home Page:https://wayland.emersion.fr/slurp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crosshair cursor is not scaled on 4k display

nostdm opened this issue · comments

It seems that when the selection cursor appears (crosshair) it's half the size of a normal cursor on a 4k display. Could this be a problem with the cursor theme? I tried elementary and adwaita cursor themes with the same result. How does slurp determine the size/theme of the crosshair cursor?

slurp needs to listen to wl_output.enter/leave events on the cursor surface and load an HiDPI cursor theme if necessary.

This kinda makes slurp unusable at higher resolutions, it is so small I can't see it 90% of the time, I'll have a go at fixing it

Any updates?