From a1e0dbafb9d0ffd3cac0fb59cff279b3694130b1 Mon Sep 17 00:00:00 2001 From: Eduardo Bray Date: Tue, 28 Jun 2022 17:59:58 -0400 Subject: [PATCH] XCURSOR_PATH should be set for custom cursors (#117) --- programs/icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] } -- 2.47.3