commit d6a0a0681b586eabc93d5f049c974b2c9b5d976c parent 7736703bcfc2a8dc3ca06f7611a27fabb4db1415 Author: Vincent Demeester <vincent@sbr.pm> Date: Mon, 2 Jan 2023 20:35:14 +0100 sway: output changed again.. Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | users/vincent/desktop/sway.nix | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -355,9 +355,8 @@ in outputs = [ # 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; } + # 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; } ]; };