From fcd41088fd352bec143a5a368aac260d518408bc Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 13 Feb 2024 12:37:25 +0100 Subject: [PATCH] hephaestus: switch around DP-3 and DP-4 I moved desks and plugged them not how they used to be. Switching them here is easier than IRL. --- hosts/hephaestus/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/hephaestus/default.nix b/hosts/hephaestus/default.nix index 6c03c62..2c02611 100644 --- a/hosts/hephaestus/default.nix +++ b/hosts/hephaestus/default.nix @@ -178,14 +178,14 @@ }; "DP-3" = { enable = true; - primary = true; - position = "1920x0"; + primary = false; + position = "3840x0"; mode = "1920x1200"; }; "DP-4" = { enable = true; - primary = false; - position = "3840x0"; + primary = true; + position = "1920x0"; mode = "1920x1200"; }; }; @@ -198,14 +198,14 @@ config = { "DP-3" = { enable = true; - primary = true; - position = "1920x0"; + primary = false; + position = "3840x0"; mode = "1920x1200"; }; "DP-4" = { enable = true; - primary = false; - position = "3840x0"; + primary = true; + position = "1920x0"; mode = "1920x1200"; }; };