summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-10-08 18:10:29 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2017-10-08 22:20:58 -0700
commit2ea20f4823ae96f92f47a1984a6dd118a9632fdb (patch)
tree910d61cc1b310fffeb0143a9f15ab34a332dd8e1 /README.md
parentb03ec0df37cc7967733a53383e1bb450e8e05369 (diff)
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 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a84a97d6..e2b81e24 100644
--- a/README.md
+++ b/README.md
@@ -246,9 +246,9 @@ run. On most systems this often defaults to
`$HOME/.config/alacritty/alacritty.yml`.
Many configuration options will take effect immediately upon saving changes to
-the config file. The only exception is the `font`, `dimensions` and `dpi`
-sections which requires Alacritty to be restarted. For further explanation of
-the config file, please consult the comments in the default config file.
+the config file. The only exception is the `font` and `dimensions` sections
+which requires Alacritty to be restarted. For further explanation of the config
+file, please consult the comments in the default config file.
## Issues (known, unknown, feature requests, etc)