Fix z790prors monitor settings

This commit is contained in:
2024-08-23 17:13:52 -07:00
parent c3a5b92e50
commit 4dfa85d7f5

View File

@@ -1,5 +1,5 @@
{ config, lib, pkgs, ... }: { 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";
} }