From def69ff70ec1395b763821300747937e2a21b345 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 18 Jun 2025 08:43:00 +0200 Subject: [PATCH] wildfire: 166 current 2025-06-18 08:42:57 25.05.20250615.6c64dab 6.15.2 * --- modules/home/schulze.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/schulze.nix b/modules/home/schulze.nix index cf3f4df..8974ba0 100644 --- a/modules/home/schulze.nix +++ b/modules/home/schulze.nix @@ -58,7 +58,7 @@ ); }; wayland.windowManager.hyprland.extraConfig = '' - monitor = DP-3, 2560x1440@143.97301, 1920x0, 1.00; - monitor = HDMI-A-1, 1920x1080@60, 0x0, 1.00; + monitor = DP-3, 2560x1440@143.97301, 1920x0, auto; + monitor = HDMI-A-1, 1920x1080@60, 0x0, auto; ''; }