From 2a7d2a53f0f9959d8900f92595e4560db5b72a02 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Mon, 1 Jun 2020 10:08:58 +0000 Subject: [PATCH] alacritty: WINIT_HIDPI_FACTOR -> WINIT_X11_SCALE_FACTOR --- alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty.yml b/alacritty.yml index c29924e..21c0e71 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -11,7 +11,7 @@ env: # check the local terminfo database and use `alacritty` if it is # available, otherwise `xterm-256color` is used. TERM: xterm-256color - WINIT_HIDPI_FACTOR: "1" + WINIT_X11_SCALE_FACTOR: "1" #window: # Window dimensions (changes require restart)