From e35b6d4d6f09ba09d49cd1a42acc206821197fb5 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 23 Aug 2024 18:33:11 +0100 Subject: [PATCH] monitors now at 120hz because 144 causes strange flickering issue symptoms described at https://linustechtips.com/topic/580526-144-hz-artifacts-with-display-port/ and literally nowhere else that i can find --- home-manager/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index c028722..997809b 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -95,8 +95,8 @@ # Monitor settings monitor = eDP-2, 2560x1600@165, 0x0, auto # main laptop monitor - monitor = DP-3, 1920x1080@144, -1280x-1080, auto # left external monitor - monitor = DP-2, 1920x1080@144, 640x-1080, auto # right external monitor + monitor = DP-3, 1920x1080@119.98, -1280x-1080, auto # left external monitor + monitor = DP-2, 1920x1080@119.98, 640x-1080, auto # right external monitor debug:disable_logs = false