From 00ec5cfae83bf1c99188a81a3ce37bfd00e6f5e7 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Mon, 3 Nov 2025 10:20:12 +0000 Subject: [PATCH] feat(pm/minion): support conference room monitor Change-Id: lolqqypkyplokqymtosoywrszvnonttq I have my work dock monitors here, but that's not the only place I dock my laptop at work: there's also a monitor in our conference room. The auto layout places it at [0, 0] (due to the laptop monitor needing to be placed further out so there aren't issues with xwayland...). Therefore, I need to set it up manually or I will not be able to move windows to it or otherwise use it. --- packetmix/homes/minion/niri.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packetmix/homes/minion/niri.nix b/packetmix/homes/minion/niri.nix index 4ad658f3..8f01328f 100644 --- a/packetmix/homes/minion/niri.nix +++ b/packetmix/homes/minion/niri.nix @@ -58,6 +58,13 @@ y = 300; }; }; + "Philips Consumer Electronics Company Philips FTV 0x01010101" = { + # Cambridge Office meeting room monitor + position = { + x = 2640; + y = 1560; + }; + }; }; }; }; -- 2.43.0