From 93f11656c7589229de407c9cc76852f760f495ae Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 13 Feb 2024 13:27:03 +0100 Subject: [PATCH] hephaestus: switch 2-screen setup --- hosts/hephaestus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hephaestus/default.nix b/hosts/hephaestus/default.nix index 2c02611..afd21c3 100644 --- a/hosts/hephaestus/default.nix +++ b/hosts/hephaestus/default.nix @@ -199,13 +199,13 @@ "DP-3" = { enable = true; primary = false; - position = "3840x0"; + position = "1920x0"; mode = "1920x1200"; }; "DP-4" = { enable = true; primary = true; - position = "1920x0"; + position = "0x0"; mode = "1920x1200"; }; };