From e350ca147a1fc43111a7ca209f2ef5f990f9e491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Fri, 19 Jul 2024 18:23:27 +0200 Subject: [PATCH] scaling --- .zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index 4912742..660acbf 100755 --- a/.zshenv +++ b/.zshenv @@ -45,7 +45,7 @@ export NODE_REPL_HISTORY_SIZE='32768'; # Use sloppy mode by default, matching web browsers. export NODE_REPL_MODE='sloppy'; -export WINIT_X11_SCALE_FACTOR=1; +# export WINIT_X11_SCALE_FACTOR=1; # Make Python use UTF-8 encoding for output to stdin, stdout, and stderr. export PYTHONIOENCODING='UTF-8';