home

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

commit c64466b13a0ab82be025f9e850b82fb94bbf7c49
parent 0a94d9ee08629dc2581b96d77a1222e64004da7d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 30 May 2023 10:33:52 +0200

users/vincent: update the configuration a bit

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

Diffstat:
Musers/vincent/desktop/sway.nix | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -348,16 +348,18 @@ in "home-undocked" = { outputs = [ # Output eDP-1 'AU Optronics 0xD291 Unknown' - { criteria = "eDP-1"; position = "0,0"; mode = "1920x1200"; scale = 1.0; } + { criteria = "eDP-1"; status = "enable"; position = "0,0"; mode = "1920x1200"; scale = 1.0; } ]; }; "home-docked" = { outputs = [ # Old: Output eDP-1 'AU Optronics 0xD291 Unknown' # Output eDP-1 'Unknown 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; } - { criteria = "eDP-1"; position = "1460,1440"; mode = "1920x1200"; scale = 1.0; } + # Output DP-5 'LG Electronics LG ULTRAWIDE 0x0005D10C' (focused) + # { criteria = "LG Electronics LG ULTRAWIDE 0x0000D50C"; status = "enable"; position = "0,0"; mode = "3440x1440"; scale = 1.0; } + { criteria = "DP-5"; status = "enable"; position = "0,0"; mode = "3440x1440"; scale = 1.0; } + # Use it as a "shareable" screen when needed + { criteria = "eDP-1"; status = "enable"; position = "1460,1440"; mode = "1920x1200"; scale = 1.0; } ]; }; };