home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 68e7d43670b5ed9817e60f466fe154218ca70bc2
parent 54b7181e4b08abaae0631b661a0cd6fe5e04d98a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 19 Dec 2022 09:54:38 +0100

users/vincent: monitor label changed…

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/sway.nix | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -353,9 +353,11 @@ in }; "home-docked" = { outputs = [ - # Output eDP-1 'AU Optronics 0xD291 Unknown' - # Output DP-5 'LG Electronics LG ULTRAWIDE 0x0000D50C' (focused) - { criteria = "LG Electronics LG ULTRAWIDE 0x0000D50C"; position = "0,0"; mode = "3440x1440"; scale = 1.0; } + # Old: Output eDP-1 'AU Optronics 0xD291 Unknown' + # Output eDP-1 'Unknown 0xD291 Unknown' + # Old: Output DP-5 'LG Electronics LG ULTRAWIDE 0x0000D50C' (focused) + # Output DP-5 'Goldstar Company Ltd LG ULTRAWIDE 0x0000D50C' + { criteria = "Goldstar Company Ltd LG ULTRAWIDE 0x0000D50C"; position = "0,0"; mode = "3440x1440"; scale = 1.0; } { criteria = "eDP-1"; position = "1460,1440"; mode = "1920x1200"; scale = 1.0; } ]; };