From f3fa3ecfba3193ded7bd9b82bf2c667bbad40ef3 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:18:12 -0400 Subject: [PATCH] niri: add Earthmover's monitors --- .../programs/desktop/niri/niri/default.nix | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/modules/nixos/programs/desktop/niri/niri/default.nix b/modules/nixos/programs/desktop/niri/niri/default.nix index b53633b..5c700b0 100644 --- a/modules/nixos/programs/desktop/niri/niri/default.nix +++ b/modules/nixos/programs/desktop/niri/niri/default.nix @@ -52,9 +52,26 @@ outputs = { "Sharp Corporation 0x148D Unknown".scale = 2.25; # Laptop builtin screen + "LG Electronics LG Ultra HD 0x0003AC16" = { + scale = 1.7; + position = { + x = 0; + y = 0; + }; + + focus-at-startup = true; + }; + + "Dell Inc. DELL U2719D 75BWZ83" = { + scale = 1.1; + position = { + x = 2259; + y = 38; + }; + }; }; # fix screen tearing in games - debug.wait-for-frame-completion-before-queueing = {}; + # debug.wait-for-frame-completion-before-queueing = {}; }; } \ No newline at end of file