Turn off DPI scaling in alacritty
This commit is contained in:
parent
9c093860ac
commit
0ea8d1d9ed
@ -120,7 +120,7 @@ font:
|
||||
# screens and make reading text a little easier.
|
||||
# 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.
|
||||
scale_with_dpi: true
|
||||
scale_with_dpi: false
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user