From 7533a9a2f3207fc8502b74c5c47d1ba248e73cfd Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 20 Jun 2025 09:55:17 +0200 Subject: [PATCH] fix monitor wildfire --- hosts/wildfire/hyprland-monitors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wildfire/hyprland-monitors.nix b/hosts/wildfire/hyprland-monitors.nix index c877956..07fc9e5 100644 --- a/hosts/wildfire/hyprland-monitors.nix +++ b/hosts/wildfire/hyprland-monitors.nix @@ -2,6 +2,6 @@ # Home Manager Hyprland monitors wayland.windowManager.hyprland.extraConfig = '' monitor = DP-3, 2560x1440@143.97, 1920x-360, auto; - monitor = HDMI-A-1, 1920x1080@60, 0x0, auto; + monitor = HDMI-A-1, 1920x1080@59.94, 0x0, auto; ''; }