Skip to content

rootston: export XCURSOR_SIZE and XCURSOR_THEME

Simon Ser requested to merge github/fork/emersion/xcursor-env-config into master

These can be used by toolkits (currently Qt) to choose a default cursor theme and size. Note that this isn't a perfect solution:

  • Per-seat configuration isn't possible
  • It's not possible to set the default image
  • Live config reload isn't possible

But it's easy to implement and simple. To fix these remaining issues a separate protocol would be needed.

Merge request reports