From 0d3e4c2b8c02c6c8416df7a74d3982296503135e Mon Sep 17 00:00:00 2001 From: Saroj Regmi <94213188+sarojregmi200@users.noreply.github.com> Date: Sun, 27 Apr 2025 08:43:50 +0545 Subject: [PATCH] docs: updated the cursor name list reference and clarified about it. --- docs/MAKING_THEMES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MAKING_THEMES.md b/docs/MAKING_THEMES.md index 19e44f4..a5f04f6 100644 --- a/docs/MAKING_THEMES.md +++ b/docs/MAKING_THEMES.md @@ -58,7 +58,7 @@ hotspot_y = 0.0 # this goes 0 - 1 # Define what cursor images this one should override. # 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. -# You can see all the available cursor names at https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/staging/cursor-shape/cursor-shape-v1.xml#L71. +# 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 = default