commit cdc22ce76a8b191bfe9dbd1ef55e24ef37ac001d parent cadbb86eb78854d4aff2e7b38089d75067e41b96 Author: Muhammad Talal Anwar <talalanwar@outlook.com> Date: Thu, 6 Dec 2018 22:55:02 +0100 Add docs for enabling system font smoothing on macOS Diffstat:
M | alacritty_macos.yml | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/alacritty_macos.yml b/alacritty_macos.yml @@ -123,6 +123,16 @@ font: # # Thin strokes are suitable for retina displays, but for non-retina screens # it is recommended to set `use_thin_strokes` to `false` + # + # macOS >= 10.14.x: + # + # If the font quality on non-retina display looks bad then set + # `use_thin_strokes` to `true` and enable font smoothing by running the + # following command: + # `defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO` + # + # This is a global setting and will require a log out or restart to take + # effect. use_thin_strokes: true # Display the time it takes to redraw each frame.