Turn off DPI scaling in alacritty

This commit is contained in:
Adam Goldsmith 2018-09-19 22:39:23 -04:00
parent 9c093860ac
commit 0ea8d1d9ed

View File

@ -120,7 +120,7 @@ font:
# screens and make reading text a little easier. # screens and make reading text a little easier.
# On X11 it is possible to change the DPI for each instance of alacritty by using # On X11 it is possible to change the DPI for each instance of alacritty by using
# `WINIT_HIDPI_FACTOR=1.0 alacritty` to scale the font. # `WINIT_HIDPI_FACTOR=1.0 alacritty` to scale the font.
scale_with_dpi: true scale_with_dpi: false
# OS X only: use thin stroke font rendering. Thin strokes are suitable # 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 # for retina displays, but for non-retina you probably want this set to