From d8b620f6aa4a28e1c7d8f81e2a9aec4310c2e617 Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 1 May 2024 15:13:30 +0200 Subject: [PATCH] displays at uni in proper order --- modules/system/niri/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/system/niri/default.nix b/modules/system/niri/default.nix index 5552ce7..20765eb 100644 --- a/modules/system/niri/default.nix +++ b/modules/system/niri/default.nix @@ -27,13 +27,13 @@ outputs."eDP-1" = { scale = 1.0; mode = { - width = 1920; - height = 1080; - refresh = 60.00; + width = 2736; + height = 1824; + refresh = 59.959; }; position = { - x=1280; - y=0 ; + x=0; + y=1200; }; }; @@ -45,7 +45,7 @@ refresh = 59.940; }; position = { - x=1280; + x=0; y=0; }; };