From df4bcc772887ed385a2a67bad940f041bd900dd5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 10 Apr 2020 17:57:25 +0100 Subject: [PATCH] Makefile: Link `fonts.conf' into the XDG configuration directory. Later versions of `fontconfig' don't bother looking in `~/.fonts.conf' any more, despite documentation to the contrary. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b32be23..1d32b62 100644 --- a/Makefile +++ b/Makefile @@ -269,7 +269,8 @@ xtoys_CHECK = xatom xtoys_DEPS = mlib DOTLINKS += .xinitrc .xsession .xmodmap .vncrc .vncsession -DOTLINKS += .fonts.conf +DOTLINKS += .config/fontconfig/fonts.conf +.config/fontconfig/fonts.conf_SRC = fonts.conf DOTLINKS += .stalonetrayrc DOTLINKS += .putty/sessions/Default%20Settings -- 2.11.0