104:6ca1043912e4
Anton Shestakov <av6@dwimlabs.net>, Mon, 21 Sep 2015 16:55:53 +0800
.bash_aliases: not using pylint (manually) for a long time

next change 106:3f4d203fe46f
previous change 18:909400f5ee6b

fonts/local.conf

Permissions: -rw-r--r--

Other formats: Feeds:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>none</const>
</edit>
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintfull</const>
</edit>
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
<edit mode="assign" name="lcdfilter">
<const>lcdnone</const>
</edit>
</match>
</fontconfig>