summaryrefslogtreecommitdiff
path: root/share/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-13 17:15:04 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-13 17:15:04 +0200
commit485bb5bfaa842eb928af267ee50dcfd2ab375e83 (patch)
tree7569e086656317907b57519345cbfad6943c5522 /share/common.nix
parent657c4b87a0da7aaf0d19db741c965cd740a972a1 (diff)
Revert "125% seems better"
This reverts commit 657c4b87a0da7aaf0d19db741c965cd740a972a1. back to 1.5, will need to fix the issues with Qt Quick rendering
Diffstat (limited to 'share/common.nix')
-rw-r--r--share/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/common.nix b/share/common.nix
index 01a90c7..14fae91 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.25";
+ GreeterEnvironment = "QT_WAYLAND_SHELL_INTEGRATION=layer-shell,QT_SCREEN_SCALE_FACTORS=1.5";
};
};
};