From aa06b4bb2cce04cfccbd7ee99d56b4437e04c633 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Sat, 27 Jul 2024 23:03:53 +0800 Subject: [PATCH] spec(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; }; };