From 30a8dc52e593b68ca92026c89a1d0e969118d11e Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sat, 15 Jun 2024 08:44:51 +0200 Subject: [PATCH] feat(kanshi): add second acer screen --- machines/xps/home-mandlm.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/machines/xps/home-mandlm.nix b/machines/xps/home-mandlm.nix index 1d4de68..91b9f27 100644 --- a/machines/xps/home-mandlm.nix +++ b/machines/xps/home-mandlm.nix @@ -22,9 +22,9 @@ name = "home_office"; outputs = [ { - criteria = "Samsung Electric Company SMS24A450 H4MCA12738"; - mode = "1920x1200"; - scale = 1.0; + criteria = "Acer Technologies Acer PE270K 0x0027A130"; + mode = "3840x2160"; + scale = 1.75; status = "enable"; position = "0,0"; transform = "normal"; @@ -34,8 +34,8 @@ mode = "3840x2160"; scale = 1.75; status = "enable"; - position = "1920,-200"; - transform = "270"; + position = "2194,0"; + transform = "normal"; } { criteria = "eDP-1"; @@ -43,11 +43,11 @@ } ]; exec = '' - exec swaymsg workspace 0, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"' - exec swaymsg workspace 8, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"' - exec swaymsg workspace 6, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"' - exec swaymsg workspace 4, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"' - exec swaymsg workspace 2, move workspace to output '"Samsung Electric Company SMS24A450 H4MCA12738"' + exec swaymsg workspace 0, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"' + exec swaymsg workspace 8, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"' + exec swaymsg workspace 6, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"' + exec swaymsg workspace 4, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"' + exec swaymsg workspace 2, move workspace to output '"Acer Technologies Acer PE270K 0x0027A130"' exec swaymsg workspace 9, move workspace to output '"Acer Technologies Acer PE270K 0x0027A150"' exec swaymsg workspace 7, move workspace to output '"Acer Technologies Acer PE270K 0x0027A150"'