Skip to content

Draft: cursors: deploy SVG cursors to the end user

Jin Liu requested to merge work/genericity/svg-cursor into master

Depends on !453

This MR packages the SVG source files of Breeze cursor in the hyprcursor format. It will be deployed in a directory named "hyprcursor", parallel to the "cursors" directory with the xcursor files.

When loading server cursors, kwin should prefer hyprcursor over xcursor, since the former can scale to arbitrary size without blurring.

Edited by Jin Liu

Merge request reports