aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/fontconfig/fonts.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
index 1227c76..1d1ab75 100644
--- a/.config/fontconfig/fonts.conf
+++ b/.config/fontconfig/fonts.conf
@@ -3,7 +3,14 @@
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
- <const>none</const>
+ <!-- Improves rendering on LCD screens according to -->
+ <!-- http://freedesktop.org/software/fontconfig/fontconfig-user.html -->
+ <const>rgb</const>
+ </edit>
+ </match>
+ <match target="font">
+ <edit mode="assign" name="lcdfilter">
+ <const>lcddefault</const>
</edit>
</match>
<match target="font">
@@ -13,7 +20,7 @@
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
- <const>hintmedium</const>
+ <const>hintfull</const>
</edit>
</match>
<match target="font">