From 4dfa85d7f50af242361d1c8c6135bacb47cfd35f Mon Sep 17 00:00:00 2001 From: John Ogle Date: Fri, 23 Aug 2024 17:13:52 -0700 Subject: [PATCH] Fix z790prors monitor settings --- modules/window_managers/hyprland/z790prors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/window_managers/hyprland/z790prors.nix b/modules/window_managers/hyprland/z790prors.nix index eb45d2e..4d18724 100644 --- a/modules/window_managers/hyprland/z790prors.nix +++ b/modules/window_managers/hyprland/z790prors.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, ... }: { - wayland.windowManager.hyprland.settings.monitor = ",preferred,3440x1440@164.90Hz,1.33333"; + wayland.windowManager.hyprland.settings.monitor = "DP-1,3440x1440@164.90,0x0,1.33333,vrr,1,bitdepth,10"; }