From a777db4848b2738a274e70c13b41e08f3e002165 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 10 Mar 2025 21:48:11 +0100 Subject: [PATCH] temperance/hardware/monitors.nix: switch from three to two monitors --- hosts/temperance/hardware/monitors.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/hosts/temperance/hardware/monitors.nix b/hosts/temperance/hardware/monitors.nix index 3b69ab9..67d1c06 100644 --- a/hosts/temperance/hardware/monitors.nix +++ b/hosts/temperance/hardware/monitors.nix @@ -12,18 +12,18 @@ _: { y = 0; }; }; - HDMI-A-2 = { - resolution = { - x = 1920; - y = 1080; - }; - scale = 1; - refreshRate = 60; - position = { - x = 1920; - y = 0; - }; - }; + # HDMI-A-2 = { + # resolution = { + # x = 1920; + # y = 1080; + # }; + # scale = 1; + # refreshRate = 60; + # position = { + # x = 1920; + # y = 0; + # }; + # }; HDMI-A-1 = { resolution = { x = 1920; @@ -32,7 +32,7 @@ _: { scale = 1; refreshRate = 60; position = { - x = 3840; + x = 1920; y = 0; }; };