fontconfig: init

This commit is contained in:
Josh Lay 2024-06-29 09:50:01 -05:00
parent fb993e3811
commit fcbf47b55d
No known key found for this signature in database
GPG key ID: 47AA304B2243B579
5 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf

View file

@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/10-hinting-slight.conf

View file

@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>

View file

@ -15,6 +15,7 @@ DOTS=(
# '.shell_aliases' # needs cleaned up first
'.vimrc'
'.config/fuzzel/'
'.config/fontconfig'
'.config/kitty/'
'.config/nvim/init.vim'
'.config/nvim/coc-settings.json'