diff options
author | Tom Crayford <tcrayford@googlemail.com> | 2017-01-10 13:58:54 +0000 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-12 21:19:40 -0800 |
commit | f85cc353a68fa67b9ac7985c38412c103221e24d (patch) | |
tree | d51d411d1cd95fa5c8d30a15798a8e17b954089a /alacritty.yml | |
parent | 32cfca772798d13e9c96c5d66250f6ca5ae9baef (diff) | |
download | alacritty-f85cc353a68fa67b9ac7985c38412c103221e24d.tar.gz alacritty-f85cc353a68fa67b9ac7985c38412c103221e24d.zip |
make thin stroke rendering configurable
Makes thin stroke rendering for darwin configurable by a new toplevel
key under `font:` in the config file. Defaults to false, has no impact
on non macos.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 14fea928..fb52e0f5 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -40,6 +40,11 @@ font: x: 2.0 y: -7.0 + # OS X only: use thin stroke font rendering. Thin strokes are suitable + # for retina displays, but for non-retina you probably want this set to + # false. + use_thin_strokes: true + # Should display the render timer render_timer: false |