From 099581ea1cceadb998647d3fbf918d0aa89fba7e Mon Sep 17 00:00:00 2001 From: muon Date: Mon, 25 Aug 2025 09:20:09 +0000 Subject: [PATCH] Add managable DPI for triple monitor setup --- hosts/murk/configuration.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hosts/murk/configuration.nix b/hosts/murk/configuration.nix index ae680d2..f8f12ef 100644 --- a/hosts/murk/configuration.nix +++ b/hosts/murk/configuration.nix @@ -90,11 +90,15 @@ in { position = "1264x1440"; primary = true; rate = "60.00"; - dpi = 192; + dpi = 96; + scale = { + x = 0.5; + y = 0.5; + }; }; }; left = { - name = "DP-1-2"; + name = "DP-3-2"; config = { enable = true; mode = "2560x1440"; @@ -104,7 +108,7 @@ in { }; }; right = { - name = "DP-1-1"; + name = "DP-3-1"; config = { enable = true; mode = "2560x1440";