From c5c490d8b3e550025ab2585dcdb7d3bdd68a5666 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 19 Jun 2025 10:22:38 +0200 Subject: [PATCH] hurricane: 24 current 2025-06-19 10:08:43 25.05.20250617.36ab78d 6.15.2 * laptop displays config --- hosts/hurricane/hyprland-monitors.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/hurricane/hyprland-monitors.nix b/hosts/hurricane/hyprland-monitors.nix index 78e0f70..3387314 100644 --- a/hosts/hurricane/hyprland-monitors.nix +++ b/hosts/hurricane/hyprland-monitors.nix @@ -1,7 +1,8 @@ { # 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 = DP-3, 3440x1440@99.98, 0x0, auto; # Philips Ultrawide left + monitor = HDMI-A-1, 3440x1440@99.98, 3440x0, auto; # Philips Ultrawide right + monitor = eDP-1, 1920x1200@60.00, auto, auto # internal display ''; }