summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-15 00:25:40 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-15 00:25:40 +0200
commit3c38ff2fe71ffb2030b248326ea287530777be8f (patch)
treefb18d09779d3a85a69af795f1d03dd1db28f4a80
parent485bb5bfaa842eb928af267ee50dcfd2ab375e83 (diff)
back to 125% zoom, 150% feels to much
:) too bad macOS can't do that :)
-rw-r--r--share/common.nix2
1 files changed, 1 insertions, 1 deletions
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";
};
};
};