alacritty: WINIT_HIDPI_FACTOR -> WINIT_X11_SCALE_FACTOR

This commit is contained in:
Spotlight 2020-06-01 10:08:58 +00:00
parent 0479c0f794
commit 2a7d2a53f0
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -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)