X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/ac241ce7615d5323603d7e5adbd71ec20f780ebd..dc66bc9c3cb6103d1a7bc8a6afa8ea2dc81209fb:/programs/fontconfig.json diff --git a/programs/fontconfig.json b/programs/fontconfig.json index db9f988..2edc7aa 100644 --- a/programs/fontconfig.json +++ b/programs/fontconfig.json @@ -2,9 +2,14 @@ "name": "fontconfig", "files": [ { - "path": "${HOME}/.fontconfig", + "path": "$HOME/.fontconfig", "movable": true, - "help": "Supported\n\nThe file ${HOME}/.fontconfig can be moved to ${XDG_DATA_HOME}/fontconfig.\n" + "help": "Supported\n\nThe file $HOME/.fontconfig can be moved to $XDG_DATA_HOME/fontconfig.\n" + }, + { + "path": "$HOME/.fonts.conf", + "movable": true, + "help": "Supported\n\nThe file $HOME/.fonts.conf can be moved to $XDG_DATA_HOME/fontconfig/fonts.conf.\n" } ] }