fontconfig: init
This commit is contained in:
parent
fb993e3811
commit
fcbf47b55d
5 changed files with 13 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
/usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf
|
|
@ -0,0 +1 @@
|
|||
/usr/share/fontconfig/conf.avail/10-hinting-slight.conf
|
|
@ -0,0 +1 @@
|
|||
/usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf
|
9
outerheaven.init3.home/.config/fontconfig/fonts.conf
Normal file
9
outerheaven.init3.home/.config/fontconfig/fonts.conf
Normal 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>
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue