From 1b30e6d49d42bd6c01023b9a374c3d794533bf04 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Wed, 23 Nov 2022 23:23:39 +0200 Subject: [PATCH] Set alacritty X11 scale factor to 1.0 --- alacritty/.alacritty.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/alacritty/.alacritty.yml b/alacritty/.alacritty.yml index 16fc4d7..bbd6ef5 100644 --- a/alacritty/.alacritty.yml +++ b/alacritty/.alacritty.yml @@ -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) #