]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
`~/.fonts.conf` can be moved to `$XDG_CONFIG_HOME/fontconfig/fonts.conf` (#218)
authorChaseC <13863948+ChaseCares@users.noreply.github.com>
Mon, 6 Feb 2023 01:08:25 +0000 (20:08 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2023 01:08:25 +0000 (02:08 +0100)
programs/fontconfig.json

index db9f98863f481f91bac723b9080f51e0437f3f22..9233b26e454294e735e80d75823da91128d4b40f 100644 (file)
@@ -5,6 +5,11 @@
             "path": "${HOME}/.fontconfig",
             "movable": true,
             "help": "Supported\n\nThe file ${HOME}/.fontconfig can be moved to ${XDG_DATA_HOME}/fontconfig.\n"
             "path": "${HOME}/.fontconfig",
             "movable": true,
             "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"
         }
     ]
 }
         }
     ]
 }