zen icon indicating copy to clipboard operation
zen copied to clipboard

Use xcursor whose scale matches to output's scale

Open Aki-7 opened this issue 2 years ago • 0 comments

In wlroots, for non-client-defined cursor, use appropriate xcursor theme whose scale factor matches to output's scale.

We should do as wlroots does.

See bellow for reference.

  • https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/0.15.0/types/wlr_xcursor_manager.c#L69-85
  • https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/0.15.0/types/wlr_cursor.c#L340-353

Aki-7 avatar Aug 19 '22 15:08 Aki-7