From af7bcf8de186a1ecc68dae6303c56976e3665aad Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 25 Oct 2024 16:38:00 +0200 Subject: [PATCH] good monitor positions --- modules/niri/niri.conf.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/modules/niri/niri.conf.nix b/modules/niri/niri.conf.nix index 77a8c4f..514cbbd 100644 --- a/modules/niri/niri.conf.nix +++ b/modules/niri/niri.conf.nix @@ -25,6 +25,10 @@ in { height = 1504; refresh = 59.999; }; + position = { + x = 0; + y = 0; + }; background-color = config.theme.base; }; @@ -32,9 +36,13 @@ in { "Microstep MSI PS341WU 0000000000000" = { scale = 1; mode = { - width = 3440; - height = 1440; - refresh = 59.973; + width = 5120; + height = 2160; + refresh = 59.940; + }; + position = { + x = -1280; + y = -2160; }; background-color = config.theme.base; };