diff options
author | Joe Wilm <joe@jwilm.com> | 2017-10-09 08:51:25 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-10-09 08:51:25 -0700 |
commit | fc658b31d78e791319847eb9069709d6892f6c3c (patch) | |
tree | 9a6102d2248480433d93428a4aea518f1b425691 /alacritty.yml | |
parent | 6916537858d12e02478d618339d1b9f0e73a677a (diff) | |
download | alacritty-fc658b31d78e791319847eb9069709d6892f6c3c.tar.gz alacritty-fc658b31d78e791319847eb9069709d6892f6c3c.zip |
Add fontconfig instructions to Linux config
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index fb498fda..c5684397 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -34,6 +34,24 @@ tabspaces: 8 draw_bold_text_with_bright_colors: true # Font configuration (changes require restart) +# +# Important font attributes like antialiasing, subpixel aa, and hinting can be +# controlled through fontconfig. Specifically, the following attributes should +# have an effect: +# +# * hintstyle +# * antialias +# * lcdfilter +# * rgba +# +# For instance, if you wish to disable subpixel antialiasing, you might set the +# rgba property to "none". If you wish to completely disable antialiasing, you +# can set antialias to false. +# +# Please see these resources for more information on how to use fontconfig +# +# * https://wiki.archlinux.org/index.php/font_configuration#Fontconfig_configuration +# * file:///usr/share/doc/fontconfig/fontconfig-user.html font: # The normal (roman) font face to use. normal: |