fix alacritty font scaling
This commit is contained in:
parent
4a4f6b36a8
commit
65fa6575d4
3 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
.vault_password
|
|
@ -16,6 +16,7 @@ My current setup is [Linux Mint Vera](https://linuxmint.com/edition.php?id=302)
|
|||
- firefox config? extensions? host own synchronizer?
|
||||
- i3 stutters
|
||||
- disable system reports
|
||||
- wallpaper
|
||||
|
||||
#### Neovim
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ env:
|
|||
# check the local terminfo database and use `alacritty` if it is
|
||||
# available, otherwise `xterm-256color` is used.
|
||||
TERM: xterm-256color
|
||||
WINIT_X11_SCALE_FACTOR: "1"
|
||||
|
||||
window:
|
||||
# Window dimensions (changes require restart)
|
||||
|
|
Reference in a new issue