diff options
author | Muhammad Talal Anwar <talalanwar@outlook.com> | 2018-12-06 22:55:02 +0100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-06 21:55:02 +0000 |
commit | cdc22ce76a8b191bfe9dbd1ef55e24ef37ac001d (patch) | |
tree | 994653b8b388b9c7961b8ef29975a52f5a538f56 /alacritty_macos.yml | |
parent | cadbb86eb78854d4aff2e7b38089d75067e41b96 (diff) | |
download | alacritty-cdc22ce76a8b191bfe9dbd1ef55e24ef37ac001d.tar.gz alacritty-cdc22ce76a8b191bfe9dbd1ef55e24ef37ac001d.zip |
Add docs for enabling system font smoothing on macOS
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 9aa08f44..acfc4d16 100644 --- 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. |