From 634962812a1d33b5e846da831314794760aa232e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 30 Nov 2025 20:44:07 -0500 Subject: add desc/position/size options for monitors --- hosts/shinji/default.nix | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'hosts/shinji/default.nix') diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index bb0a495..dae86a8 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -16,10 +16,27 @@ hostName = "shinji"; monitors = [ { - name = "eDP-1"; + port = "eDP-1"; scale = 1.25; bitdepth = 10; } + # desktop when docked + { + desc = "ASUSTek COMPUTER INC ASUS VA24E LALMTF215939"; + position = { + enabled = true; + x = 2048; + y = 240; + }; + } + { + desc = "Acer Technologies EB321HQU T5NAA0023E00"; + position = { + enabled = true; + x = 3968; + y = 0; + }; + } ]; # set power btn to suspend -- cgit v1.2.3-freya