From 8a640e39cba0ec85bbe0a058571c95822e335433 Mon Sep 17 00:00:00 2001 From: Nickolaj Jepsen Date: Wed, 12 Mar 2025 07:20:08 +0100 Subject: [PATCH] chore: update monitor order for work pc --- hosts/work/monitors.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/work/monitors.nix b/hosts/work/monitors.nix index 0f3d6a0..bf39e26 100644 --- a/hosts/work/monitors.nix +++ b/hosts/work/monitors.nix @@ -1,7 +1,7 @@ _: { monitors = [ { - name = "DP-4"; + name = "DP-5"; resolution = "1920x1200"; position = "1920x0"; } @@ -11,7 +11,7 @@ _: { position = "0x0"; } { - name = "DP-5"; + name = "DP-4"; resolution = "1920x1200"; position = "3840x0"; transform = 1;