From bcc2099f31a89fdaabc127fdfa288dd4ae83078f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 10 Dec 2024 22:03:29 +0300 Subject: [PATCH] Max: Scale down to 1.75. --- host/x86_64-linux/max/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/x86_64-linux/max/default.nix b/host/x86_64-linux/max/default.nix index fa672ffe..9680ec85 100644 --- a/host/x86_64-linux/max/default.nix +++ b/host/x86_64-linux/max/default.nix @@ -20,7 +20,7 @@ primary = "eDP-1"; }; sway.extraConfig = [ - "output eDP-1 scale 2" + "output eDP-1 scale 1.75" ]; hwmon = { file = "temp1_input";