From 3c38ff2fe71ffb2030b248326ea287530777be8f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 15 Sep 2024 00:25:40 +0200 Subject: back to 125% zoom, 150% feels to much :) too bad macOS can't do that :) --- share/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/common.nix b/share/common.nix index 14fae91..01a90c7 100644 --- a/share/common.nix +++ b/share/common.nix @@ -189,7 +189,7 @@ in settings = { General = { # ensure we have proper scaling - GreeterEnvironment = "QT_WAYLAND_SHELL_INTEGRATION=layer-shell,QT_SCREEN_SCALE_FACTORS=1.5"; + GreeterEnvironment = "QT_WAYLAND_SHELL_INTEGRATION=layer-shell,QT_SCREEN_SCALE_FACTORS=1.25"; }; }; }; -- cgit v1.2.3