From 597cbe82ee4f7fa60d36af9f687de456b286db27 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 18 Sep 2024 10:13:50 +0100 Subject: [PATCH] Add fractional scaling back to Vanguard monitor --- system/Vanguard.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/Vanguard.nix b/system/Vanguard.nix index c9f8ea51..77695811 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -39,12 +39,13 @@ output = { "Microstep MSI G27CQ4 E2 Unknown" = { mode = "2560x1440@120Hz"; + scale = "1.25"; position = "1920 0"; adaptive_sync = "on"; }; "Acer Technologies ED270R TJMEE0043W01" = { mode = "1920x1080@120Hz"; - position = "0 360"; + position = "0 140"; adaptive_sync = "off"; }; };