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; + }; }; };