diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index be87a36a..eff28e3e 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -73,6 +73,10 @@ font: x: 0 y: 0 + # Scale the font size based on the monitor's DPI. This will lead to bigger text on HiDPI + # screens and make reading text a little easier. + scale_with_dpi: true + # 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. |