[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
1 changed files with 3 additions and 0 deletions

View File

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