mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:04:59 +01:00
Set alacritty X11 scale factor to 1.0
This commit is contained in:
parent
3f7be32ba5
commit
1b30e6d49d
|
@ -14,7 +14,8 @@
|
|||
# Any items in the `env` entry below will be added as
|
||||
# environment variables. Some entries may override variables
|
||||
# set by alacritty itself.
|
||||
#env:
|
||||
env:
|
||||
WINIT_X11_SCALE_FACTOR: '1.0'
|
||||
# TERM variable
|
||||
#
|
||||
# This value is used to set the `$TERM` environment variable for
|
||||
|
@ -23,6 +24,7 @@
|
|||
# available, otherwise `xterm-256color` is used.
|
||||
#TERM: alacritty
|
||||
|
||||
|
||||
window:
|
||||
# Window dimensions (changes require restart)
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue