mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2025-12-20 12:10:03 +01:00
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:
parent
2fd36421c2
commit
ac903e80b3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue