Remove deprecated alacritty scaling config to silence warning

This commit is contained in:
Jake Howard 2019-02-14 09:19:05 +00:00
parent 2582787038
commit 0a2e9d4d44
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -121,12 +121,6 @@ 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.
# 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
# Display the time it takes to redraw each frame.
render_timer: false