From aab64955c227511133e89e1b35d9750eeb9e710d 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:10:08 +0100 Subject: [PATCH] non important commit --- home/modules/niri.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/modules/niri.nix b/home/modules/niri.nix index 68af044..504b242 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -52,11 +52,17 @@ "DP-1".mode = { width = 2560; height = 1440; + focus_at_startup = true; + refresh = 120.0; }; "DP-2".mode = { width = 1920; height = 1080; + refresh = 60.0; + position = { + x = -2560; + }; }; };