From 9c2b48ea85a620c289c4b13d3f97e540d538f57b Mon Sep 17 00:00:00 2001 From: 514fpv Date: Sat, 27 Jul 2024 23:03:53 +0800 Subject: [PATCH] fix(hakugyokurou): correct Xwayland scale value --- spec/hakugyokurou/jovian.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/hakugyokurou/jovian.nix b/spec/hakugyokurou/jovian.nix index a50e3a40..d486d6e5 100644 --- a/spec/hakugyokurou/jovian.nix +++ b/spec/hakugyokurou/jovian.nix @@ -25,7 +25,7 @@ home.plasma.enable = true; home.plasma.extraConfig = { configFile = { - kwinrc.Xwayland.Scale = 1.75; + kwinrc.Xwayland.Scale = 2; kscreenlockerrc.Daemon.Autolock = false; }; };