From f85cc353a68fa67b9ac7985c38412c103221e24d Mon Sep 17 00:00:00 2001 From: Tom Crayford Date: Tue, 10 Jan 2017 13:58:54 +0000 Subject: 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. --- alacritty.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'alacritty.yml') 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 -- cgit v1.2.3-54-g00ecf