[alacritty] Fixed overscaling on some window managers
This commit is contained in:
parent
0d26d1c054
commit
783b02d366
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue