From cd30fd094eb42f2f88e77bf53a8037b72a2e82f2 Mon Sep 17 00:00:00 2001 From: Miha Rekar Date: Tue, 5 May 2026 21:18:09 +0200 Subject: [PATCH] Add support for Studio Display XDR (#5599) --- bin/omarchy-hyprland-monitor-focused-apple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-hyprland-monitor-focused-apple b/bin/omarchy-hyprland-monitor-focused-apple index 1593c828..99dd55e8 100755 --- a/bin/omarchy-hyprland-monitor-focused-apple +++ b/bin/omarchy-hyprland-monitor-focused-apple @@ -2,4 +2,4 @@ # omarchy:summary=Return success if the focused Hyprland monitor is an Apple display. -hyprctl monitors -j | jq -e '.[] | select(.focused == true) | select(.make == "Apple Computer Inc" and (.model | test("StudioDisplay|ProDisplayXDR")))' >/dev/null +hyprctl monitors -j | jq -e '.[] | select(.focused == true) | select(.make == "Apple Computer Inc" and (.model | test("StudioDisplay|ProDisplayXDR|Studio XDR")))' >/dev/null