From: Eduardo Bray Date: Tue, 28 Jun 2022 21:59:58 +0000 (-0400) Subject: XCURSOR_PATH should be set for custom cursors (#117) X-Git-Tag: v0.2.0.2~192 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/a1e0dbafb9d0ffd3cac0fb59cff279b3694130b1?ds=sidebyside XCURSOR_PATH should be set for custom cursors (#117) --- diff --git a/programs/icons.json b/programs/icons.json index bca705a..550732f 100644 --- a/programs/icons.json +++ b/programs/icons.json @@ -4,7 +4,7 @@ { "path": "${HOME}/.icons", "movable": true, - "help": "Supported\n\nThe file ${HOME}/.icons can be moved to ${XDG_DATA_HOME}/icons.\n" + "help": "Supported\n\nThe file ${HOME}/.icons can be moved to ${XDG_DATA_HOME}/icons.\n\nIf there are cursor themes installed in _${XDG_DATA_HOME}/icons_, it may be necessary to add the path to XCURSOR_PATH. For example:\n\n```bash\nexport XCURSOR_PATH=/usr/share/icons:${XDG_DATA_HOME}/icons\n```\n\n" } ] }