From 8356a5e4c6f0c01e31ed2ad9f965577e3231c8ec Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sun, 22 Jun 2025 13:14:40 +0200 Subject: [PATCH] hurricane: 46 current 2025-06-22 13:14:37 25.05.20250617.36ab78d 6.15.2 * --- hosts/hurricane/hyprland-monitors.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hurricane/hyprland-monitors.nix b/hosts/hurricane/hyprland-monitors.nix index 74153a7..d035ea3 100644 --- a/hosts/hurricane/hyprland-monitors.nix +++ b/hosts/hurricane/hyprland-monitors.nix @@ -3,6 +3,7 @@ wayland.windowManager.hyprland.settings.monitor = [ "DP-3, 3440x1440@99.98, 0x0, 1" # Philips Ultrawide left "HDMI-A-1, 3440x1440@99.98, 3440x0, 1" # Philips Ultrawide right - "eDP-1, 1920x1200@60.00, auto, 1" # internal display + + "eDP-1, 1920x1200@60.00, 6880x240, 1" # internal display ]; }