From 0a5d0375734f54ed4cb9442f8bc154b522e98b7c Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Thu, 25 Oct 2018 01:09:17 +0200 Subject: [PATCH] [alacritty] fix font-size for second screen --- alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 5a9a750..3c9052c 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -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