From bda9ce87cb025c56d86e8baaa07e132305aa61a5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 8 Jul 2024 10:26:47 +0100 Subject: [PATCH] Vanguard: Update monitor scale and position --- home/Vanguard.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/Vanguard.nix b/home/Vanguard.nix index 9481db45..60095f1e 100644 --- a/home/Vanguard.nix +++ b/home/Vanguard.nix @@ -9,12 +9,12 @@ output = { "Microstep MSI G27CQ4 E2 Unknown" = { mode = "2560x1440@120Hz"; - scale = "1.25"; + scale = "1.33"; position = "1920 0"; }; "Acer Technologies ED270R TJMEE0043W01" = { mode = "1920x1080@120Hz"; - position = "0 140"; + position = "0 105"; adaptive_sync = "off"; }; };