From c2f2fcbb7cd7881faa3d261d7753d9b5c95bd2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 12 Feb 2022 19:42:05 +0100 Subject: [PATCH] thinkpad/x1/6th-gen/QHD: drop gtk hidpi env variables Those actually break Gnome/wayland. They might work on x11. --- lenovo/thinkpad/x1/6th-gen/QHD/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lenovo/thinkpad/x1/6th-gen/QHD/default.nix b/lenovo/thinkpad/x1/6th-gen/QHD/default.nix index 0b8555f..b6495ea 100644 --- a/lenovo/thinkpad/x1/6th-gen/QHD/default.nix +++ b/lenovo/thinkpad/x1/6th-gen/QHD/default.nix @@ -10,11 +10,6 @@ services.xserver.dpi = 210; fonts.fontconfig.dpi = 210; - # Fix sizes of GTK/GNOME ui elements - environment.variables = { - GDK_SCALE = lib.mkDefault "2"; - GDK_DPI_SCALE= lib.mkDefault "0.5"; - }; # Enable readable font on console. The example configuration that # follows is taliored towards western languages. To see how to # configure the font download the source tarball from