From a0be378e79af650db6c556f81f26b24b19794be3 Mon Sep 17 00:00:00 2001 From: liv Date: Fri, 16 Aug 2024 01:29:08 +0200 Subject: [PATCH] shuffle yukari's monitor names --- home/yukari.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/yukari.nix b/home/yukari.nix index 2dae877..5d1fc8e 100644 --- a/home/yukari.nix +++ b/home/yukari.nix @@ -11,7 +11,7 @@ # ---------- ------ config.monitors = [ { - name = "HDMI-A-5"; + name = "HDMI-A-1"; width = 3440; height = 1440; workspace = "1"; @@ -19,7 +19,7 @@ position = "0x0"; } { - name = "DP-5"; + name = "DP-3"; width = 2560; height = 1440; workspace = "2";