Fix font cache
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Mar 2020 05:49:54 +0000 (00:49 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 5 Mar 2020 05:49:54 +0000 (00:49 -0500)
- do not specify the non-existant ~/.fonts dir (let the default be used)
- force cache to be cleared

Makefile
home/.fonts.conf

index ee489e5..a7d5893 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ home: mpdconf
        @cp  -Rp  home/.newsboat/    $(HOME)/
        @cp       home/.profile      $(HOME)/
        @cp       home/.fonts.conf   $(HOME)/
-       @fc-cache                    $(HOME)/.fonts
+       @fc-cache -fv
        @cp       home/.Rprofile     $(HOME)/
        @cp       home/.tmux.conf    $(HOME)/
        @cp       home/.xbindkeysrc  $(HOME)/
index ba79235..227a1e2 100644 (file)
@@ -1,7 +1,6 @@
 <?xml version='1.0'?>
 <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
 <fontconfig>
-    <dir>~/.fonts</dir>
     <match target="pattern">
         <test name="family">
             <string>Terminus</string>
This page took 0.029672 seconds and 4 git commands to generate.