diff options
author | Joe Wilm <joe@jwilm.com> | 2017-10-08 18:10:29 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-10-08 22:20:58 -0700 |
commit | 2ea20f4823ae96f92f47a1984a6dd118a9632fdb (patch) | |
tree | 910d61cc1b310fffeb0143a9f15ab34a332dd8e1 /alacritty.yml | |
parent | b03ec0df37cc7967733a53383e1bb450e8e05369 (diff) | |
download | alacritty-2ea20f4823ae96f92f47a1984a6dd118a9632fdb.tar.gz alacritty-2ea20f4823ae96f92f47a1984a6dd118a9632fdb.zip |
Scale all fonts based on device-pixel-ratio
Rather than use DPI from config, use device-pixel-ratio from winit. This
is computed using the display DPI anyhow, so it should have the same
effect.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/alacritty.yml b/alacritty.yml index e4080a8c..fb498fda 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -27,12 +27,6 @@ padding: x: 2 y: 2 -# The FreeType rasterizer needs to know the device DPI for best results -# (changes require restart) -dpi: - x: 96.0 - y: 96.0 - # Display tabs using this many cells (changes require restart) tabspaces: 8 |