Skip to content

Commit

Permalink
Fix fontconfig base dirs (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
baschi29 authored Aug 18, 2024
1 parent d25b7ae commit d8c70fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/fontconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
{
"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_CACHE_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"
"help": "Supported\n\nThe file $HOME/.fonts.conf can be moved to $XDG_CONFIG_HOME/fontconfig/fonts.conf.\nThe <dir> element may be changed to <dir prefix=\"xdg\">fonts</dir>\n"
}
]
}

0 comments on commit d8c70fc

Please sign in to comment.