From 700e362ae1010ad4e0718beb1c64cd31c6064811 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 2 Oct 2025 14:02:52 +0200 Subject: [PATCH] fixup! Fix: sif hyprland monitor config --- hm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm/hyprland.nix b/hm/hyprland.nix index ad07290..f4e43b6 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -144,8 +144,8 @@ in "DP-1,preferred,auto-up,1" ] ++ lib.lists.optionals (hostName == "sif") [ "eDP-1,preferred,auto,1" - "DP-5,preferred,auto-right,1" - "DP-6,preferred,auto-right,1" + "DP-5,highres,auto-right,1" + "DP-6,highres,auto-right,1" ] ++ [ ",preferred,auto,auto" # "Unknown-1,disable"