diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 7a533e56..bceae75d 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -40,6 +40,11 @@ font: x: 0.0 y: 0.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 |