From 6b957f8baee80876e9a879f1645bc5e32341cea6 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 19 Sep 2024 00:24:43 +0200 Subject: scaling with non ints is a big pain --- share/common.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/common.nix b/share/common.nix index 01a90c7..cc44c93 100644 --- a/share/common.nix +++ b/share/common.nix @@ -186,12 +186,6 @@ 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.25"; - }; - }; }; # enable sound with PipeWire -- cgit v1.2.3