[alacritty] fix font-size for second screen

This commit is contained in:
Felix Buehler 2018-10-25 01:09:17 +02:00
parent 1b5d401f42
commit 0a5d037573

View file

@ -104,7 +104,7 @@ font:
# style: Italic
# Point size
size: 12.0
size: 11.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@ -123,7 +123,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
# Display the time it takes to redraw each frame.
render_timer: false