Integrate Apple display brightness controls with the normal hotkeys

And add Shift + Brightness to go min/max
This commit is contained in:
David Heinemeier Hansson
2026-05-02 11:20:22 +02:00
parent 3d52764310
commit ddb8081eaa
5 changed files with 35 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# 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