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; }; };