From fb6433e114d66c580359b743b2b18ac20c953d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Sun, 15 Mar 2026 11:13:01 +0100 Subject: [PATCH] non important commit --- home/modules/niri.nix | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/home/modules/niri.nix b/home/modules/niri.nix index 49b9001..4d0244d 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -49,19 +49,23 @@ }; outputs = { - "DP-1".mode = { - width = 2560; - height = 1440; + "DP-1" = { focus-at-startup = true; - refresh = 120.0; + + mode = { + width = 2560; + height = 1440; + refresh = 120.0; + }; }; - "DP-2".mode = { - width = 1920; - height = 1080; - refresh = 60.0; - position = { - x = -2560; + "DP-2" = { + position.x = -2560; + + mode = { + width = 1920; + height = 1080; + refresh = 60.0; }; }; };