From 7149b8a7e7dcc63434fbbdcb44d856b3f0f0487f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 13 Sep 2024 16:47:30 +0200 Subject: better scaling for SDDM --- share/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/common.nix b/share/common.nix index cc44c93..14fae91 100644 --- a/share/common.nix +++ b/share/common.nix @@ -186,6 +186,12 @@ in services.displayManager.sddm = { enable = true; wayland.enable = true; + settings = { + General = { + # ensure we have proper scaling + GreeterEnvironment = "QT_WAYLAND_SHELL_INTEGRATION=layer-shell,QT_SCREEN_SCALE_FACTORS=1.5"; + }; + }; }; # enable sound with PipeWire -- cgit v1.2.3