labwc-config.5: document mouse cursor variables
Some checks failed
labwc.github.io / notify (push) Has been cancelled

It was written that mouse cursor size can be set with XCURSOR_SIZE.
However, XCURSOR_THEME is also required, which exists in the context
of XCURSOR_PATH. Break them down in the ENVIRONMENT VARIABLES section.

Reported by: Consolatis (PATH)
Reported by: Jan Beich <jbeich@FreeBSD.org> (THEME)
Reported by: Thomas Dickey <dickey@invisible-island.net> (SIZE)
This commit is contained in:
Alexander Ziaee 2026-03-06 18:12:13 -05:00 committed by Consolatis
parent 9de35d7b4f
commit 1f776466a8
2 changed files with 20 additions and 4 deletions

View file

@ -1429,9 +1429,25 @@ situation.
## ENVIRONMENT VARIABLES
*XCURSOR_THEME* and *XCURSOR_SIZE* are supported to set cursor theme
and size respectively. The default size is 24. System cursor themes can
typically be found with a command such as:
*XCURSOR_PATH*
Specify a colon-separated list of paths to look for mouse cursors in.
Default
~/.local/share/icons:
~/.icons:
/usr/share/icons:
/usr/share/pixmaps:
~/.cursors:
/usr/share/cursors/xorg-x11:
/usr/X11R6/lib/X11/icons:
*XCURSOR_SIZE*
Specify an alternative mouse cursor size in pixels. Requires
XCURSOR_THEME to be set also. Default 24.
*XCURSOR_THEME*
Specify a mouse cursor theme within XCURSOR_PATH.
System cursor themes can typically be found with a command such as:
```
find /usr/share/icons/ -type d -name "cursors"

View file

@ -141,7 +141,7 @@ example: *LABWC_DEBUG_FOO=1 labwc*.
*LABWC_DEBUG_KEY_STATE*
Enable logging of press and release events for bound keys (generally
key-combinations like *Ctrl-Alt-t*)
key-combinations like *Ctrl-Alt-t*).
# SEE ALSO