URI: 
       11-lcdfilter-default.conf - randomcrap - random crap programs of varying quality
  HTML git clone git://git.codemadness.org/randomcrap
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       11-lcdfilter-default.conf (526B)
       ---
            1 <?xml version="1.0"?>
            2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
            3 <fontconfig>
            4 <!--  Use lcddefault as default for LCD filter -->
            5   <match target="pattern">
            6     <!--
            7       This configuration is available on the major desktop environments.
            8       We shouldn't overwrite it with "assign" unconditionally.
            9       Most clients may picks up the first value only. so using "append"
           10       may simply works to avoid it.
           11     -->
           12     <edit mode="append" name="lcdfilter">
           13       <const>lcddefault</const>
           14     </edit>
           15   </match>
           16 </fontconfig>