fix alacritty font scaling

This commit is contained in:
Pim Kunis 2023-02-25 16:29:38 +01:00
parent 4a4f6b36a8
commit 65fa6575d4
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
.vault_password

View file

@ -16,6 +16,7 @@ My current setup is [Linux Mint Vera](https://linuxmint.com/edition.php?id=302)
- firefox config? extensions? host own synchronizer? - firefox config? extensions? host own synchronizer?
- i3 stutters - i3 stutters
- disable system reports - disable system reports
- wallpaper
#### Neovim #### Neovim

View file

@ -12,6 +12,7 @@ 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
WINIT_X11_SCALE_FACTOR: "1"
window: window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)