From 4218d34ab99f023ad4f847d64b36b0a4a3709618 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 19 Oct 2024 21:12:23 +0200 Subject: [PATCH] lower res to avoid flicker --- modules/niri/niri.conf.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/niri/niri.conf.nix b/modules/niri/niri.conf.nix index 8cabbfe..77a8c4f 100644 --- a/modules/niri/niri.conf.nix +++ b/modules/niri/niri.conf.nix @@ -32,9 +32,9 @@ in { "Microstep MSI PS341WU 0000000000000" = { scale = 1; mode = { - width = 5120; - height = 2160; - refresh = 59.940; + width = 3440; + height = 1440; + refresh = 59.973; }; background-color = config.theme.base; };