summaryrefslogtreecommitdiff
path: root/conf.d/11-lcdfilter-light.conf
blob: d38a66ef019536c520556c955564eed48f1443d3 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--  Use lcdlight as default for LCD filter -->
  <match target="font">
    <edit mode="assign" name="lcdfilter">
      <const>lcdlight</const>
    </edit>
  </match>
</fontconfig>