]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
XCURSOR_PATH should be set for custom cursors (#117)
authorEduardo Bray <ebray187@gmail.com>
Tue, 28 Jun 2022 21:59:58 +0000 (17:59 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 21:59:58 +0000 (21:59 +0000)
programs/icons.json

index bca705a013afb8d8ce7c03eadaeadaabc586afed..550732fc7202336449fb974662712f0a7c7ba757 100644 (file)
@@ -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"
         }
     ]
 }