From 7081ee2ef5ef1e895608d1d085abdb06fc0fb7d3 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 2 May 2021 00:32:49 +0100 Subject: [PATCH] hosts/samhain: Monitor changes --- hosts/samhain/home/sway.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/samhain/home/sway.nix b/hosts/samhain/home/sway.nix index 03fa9daa..e35ce957 100644 --- a/hosts/samhain/home/sway.nix +++ b/hosts/samhain/home/sway.nix @@ -12,7 +12,7 @@ #bg = "${../../../private/files/wallpapers/left.jpg} fill"; }; middle = { - res = "1920x1080"; + res = "1920x1200"; pos = "1920 0"; #bg = "${../../../private/files/wallpapers/main.png} fill"; }; @@ -23,8 +23,8 @@ }; in { "DP-1" = left; - "DVI-D-1" = right; - "HDMI-A-1" = middle; + "DVI-D-1" = middle; + "HDMI-A-1" = right; }; input = { @@ -46,8 +46,8 @@ }; extraConfig = '' workspace "1" output "DP-1" - workspace "11:F1" output "HDMI-A-1" - workspace "12:F2" output "DVI-D-1" + workspace "11:F1" output "DVI-1" + workspace "12:F2" output "HDMI-A-1" ''; }; }