From d739c6043176767ca9ce3ae18ad268d12cc94d2d Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 22 Aug 2024 15:20:25 +0100 Subject: [PATCH] fixed monitor refresh rates causing issues by setting external monitors to 60hz, will look into upping to 144hz later since laptop is more than capable of driving them. added comments to clarify which monitor is which --- hosts/gabbielaptop/home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/gabbielaptop/home.nix b/hosts/gabbielaptop/home.nix index 2b9c4c0..c863fc8 100644 --- a/hosts/gabbielaptop/home.nix +++ b/hosts/gabbielaptop/home.nix @@ -83,9 +83,9 @@ # exec-once = waybar # Monitor settings - monitor = eDP-2, 2560x1600@60, 0x0, auto - monitor = DP-2, 1920x1080@60, 640x-1080, auto - monitor = DP-3, 1920x1080@60, -1280x-1080, auto + monitor = eDP-2, 2560x1600@165, 0x0, auto # main laptop monitor + monitor = DP-3, 1920x1080@60, -1280x-1080, auto # left external monitor + monitor = DP-2, 1920x1080@60, 640x-1080, auto # right external monitor debug:disable_logs = false '';