diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-03-16 03:58:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-03-17 19:09:52 -0400 |
commit | 5b15abee96488c4771228ac6020c67c0d59d5100 (patch) | |
tree | ced642543bdafde9fcc0ea7c2bc72df0c6308e0e /man | |
parent | 8ca8885d3153d6091e7c7b0a8c9510cd487cd583 (diff) |
add see-also section
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/Xcursor.man | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/man/Xcursor.man b/man/Xcursor.man index e115661..f6ffb7f 100644 --- a/man/Xcursor.man +++ b/man/Xcursor.man @@ -157,9 +157,11 @@ Images look like: .SS THEMES Xcursor (mostly) follows the freedesktop.org spec for theming icons. The -default search path it uses is __XCURSORPATH__. Within each of these -directories, it searches for a directory using the theme name. Within the -theme directory, it looks for cursor files in the 'cursors' subdirectory. +default search path it uses is __XCURSORPATH__. +Within each of these directories, +it searches for a directory using the theme name. +Within the theme directory, +it looks for cursor files in the \*(``cursors\*('' subdirectory. It uses the first cursor file found along the path. .PP If necessary, Xcursor also looks for a "index.theme" file in each theme @@ -167,7 +169,7 @@ directory to find inherited themes and searches along the path for those themes as well. .PP If no theme is set, or if no cursor is found for the specified theme, -Xcursor checks the "default" theme. +Xcursor checks the \*(``default\*('' theme. .SH DATATYPES @@ -609,6 +611,14 @@ If the environment variable is not given, Xcursor tries the \fBXcursor.theme_core\fP resource. .IP An application can enable or disable themes using XcursorSetThemeCore. + +.SH SEE ALSO +XCreateFontCursor(3) +.PP +as well as +.IP +https://specifications.freedesktop.org/icon-theme-spec/ + .SH RESTRICTIONS .B Xcursor will probably change radically in the future; weak attempts will be made to |