From 0a2e9d4d44e47a237674185be80e9cf8ad188bae Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 14 Feb 2019 09:19:05 +0000 Subject: [PATCH] Remove deprecated alacritty scaling config to silence warning --- files/alacritty.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/alacritty.yml b/files/alacritty.yml index 2657568..ef5e359 100644 --- a/files/alacritty.yml +++ b/files/alacritty.yml @@ -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