From 14f49e21aa6b117098a181c62e7d36dbd7ae21d8 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:02:51 +0100 Subject: [PATCH] Hyprland: Fix monitor refreshrate --- home/features/desktop/hyprland/config.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/features/desktop/hyprland/config.nix b/home/features/desktop/hyprland/config.nix index 6e6926e..6ab79ec 100644 --- a/home/features/desktop/hyprland/config.nix +++ b/home/features/desktop/hyprland/config.nix @@ -212,8 +212,15 @@ ]; monitor = [ - ",preferred,auto,auto" + "DP-1, 1920x1080@74.97, auto-left, 1" # Adalbert: Left + "DP-3, 2560x1440@143.86, auto-right, 1" # Adalbert: Right + "eDP-1, 1920x1080@60, auto, 1.1" # Ludwig + ",highrr,auto,auto" ]; + + misc = { + vrr = 1; + }; }; }; }