diff options
Diffstat (limited to 'fontconfig/fonts.conf.in')
-rw-r--r-- | fontconfig/fonts.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fontconfig/fonts.conf.in b/fontconfig/fonts.conf.in index 8f9fb8823..6a8753d01 100644 --- a/fontconfig/fonts.conf.in +++ b/fontconfig/fonts.conf.in @@ -25,6 +25,8 @@ <dir>@FC_DEFAULT_FONTS@</dir> @FC_FONTPATH@ + <dir prefix="xdg">fonts</dir> + <!-- the following element will be removed in the future --> <dir>~/.fonts</dir> <!-- @@ -71,6 +73,8 @@ <!-- Font cache directory list --> <cachedir>@FC_CACHEDIR@</cachedir> + <cachedir prefix="xdg">fontconfig</cachedir> + <!-- the following element will be removed in the future --> <cachedir>~/.fontconfig</cachedir> <config> |