docs: updated MAKING_THEMS.md (#86)

* docs: updated MAKING_THEMS.md 

Added a link to find all cursor names that the server may request.

* docs: updated the cursor name list reference and clarified about it.
This commit is contained in:
Saroj Regmi 2025-04-29 23:25:57 +05:45 committed by GitHub
parent 2fd36421c2
commit ac903e80b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,7 @@ hotspot_y = 0.0 # this goes 0 - 1
# Define what cursor images this one should override. # Define what cursor images this one should override.
# What this means is that a request for a cursor name e.g. "arrow" # What this means is that a request for a cursor name e.g. "arrow"
# will instead use this one, even if this one is named something else. # will instead use this one, even if this one is named something else.
# There is no unified list for all the available cursor names but this wayland list could be used as a reference https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/staging/cursor-shape/cursor-shape-v1.xml#L71 for wayland specific cursors.
define_override = arrow define_override = arrow
define_override = default define_override = default