diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-11-05 16:47:13 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-11-05 16:47:13 +0100 |
| commit | 32925f37680cad9e9d6c099af04ef7fd2942bf56 (patch) | |
| tree | d3bf234f2e8fefdf153bb77f75d400f6bcc29f99 | |
| parent | 9cb2a38cb33782a6a789f4353abcc227ee5bd42d (diff) | |
Remove use_thin_strokes option from alacritty config
| -rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 5f33b2e..424f8b4 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -117,22 +117,6 @@ font: x: 0 y: 0 - # Thin stroke font rendering (macOS only) - # - # 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 - # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true |
