diff options
Diffstat (limited to 'home/.config/fontconfig/fonts.conf')
-rw-r--r-- | home/.config/fontconfig/fonts.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/.config/fontconfig/fonts.conf b/home/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..efc97cf --- /dev/null +++ b/home/.config/fontconfig/fonts.conf @@ -0,0 +1,5 @@ +<match target="font"> + <edit name="lcdfilter" mode="assign"> + <const>lcddefault</const> + </edit> +</match> |