[alacritty] Fixed overscaling on some window managers

This commit is contained in:
Marcel Kapfer 2020-05-20 19:20:10 +02:00
parent 0d26d1c054
commit 783b02d366
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -11,6 +11,9 @@ env:
# check the local terminfo database and use `alacritty` if it is # check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used. # available, otherwise `xterm-256color` is used.
TERM: xterm-256color TERM: xterm-256color
# Workaroung for too large fonts.
# See https://github.com/alacritty/alacritty/issues/1501
WINIT_X11_SCALE_FACTOR: "1.0"
#window: #window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)