diff --git a/bin/omarchy-cmd-brightness b/bin/omarchy-brightness-display similarity index 93% rename from bin/omarchy-cmd-brightness rename to bin/omarchy-brightness-display index 5213f421..d85795d2 100755 --- a/bin/omarchy-cmd-brightness +++ b/bin/omarchy-brightness-display @@ -1,7 +1,7 @@ #!/bin/bash # Adjust brightness on the most likely display device. -# Usage: omarchy-cmd-brightness +# Usage: omarchy-brightness-display step="${1:-+5%}" diff --git a/bin/omarchy-cmd-apple-display-brightness b/bin/omarchy-brightness-display-apple similarity index 100% rename from bin/omarchy-cmd-apple-display-brightness rename to bin/omarchy-brightness-display-apple diff --git a/default/hypr/bindings/media.conf b/default/hypr/bindings/media.conf index fe302524..254a2ccc 100644 --- a/default/hypr/bindings/media.conf +++ b/default/hypr/bindings/media.conf @@ -6,14 +6,14 @@ bindeld = ,XF86AudioRaiseVolume, Volume up, exec, $osdclient --output-volume rai bindeld = ,XF86AudioLowerVolume, Volume down, exec, $osdclient --output-volume lower bindeld = ,XF86AudioMute, Mute, exec, $osdclient --output-volume mute-toggle bindeld = ,XF86AudioMicMute, Mute microphone, exec, $osdclient --input-volume mute-toggle -bindeld = ,XF86MonBrightnessUp, Brightness up, exec, omarchy-cmd-brightness +5% -bindeld = ,XF86MonBrightnessDown, Brightness down, exec, omarchy-cmd-brightness 5%- +bindeld = ,XF86MonBrightnessUp, Brightness up, exec, omarchy-brightness-display +5% +bindeld = ,XF86MonBrightnessDown, Brightness down, exec, omarchy-brightness-display 5%- # Precise 1% multimedia adjustments with Alt modifier bindeld = ALT, XF86AudioRaiseVolume, Volume up precise, exec, $osdclient --output-volume +1 bindeld = ALT, XF86AudioLowerVolume, Volume down precise, exec, $osdclient --output-volume -1 -bindeld = ALT, XF86MonBrightnessUp, Brightness up precise, exec, omarchy-cmd-brightness +1% -bindeld = ALT, XF86MonBrightnessDown, Brightness down precise, exec, omarchy-cmd-brightness 1%- +bindeld = ALT, XF86MonBrightnessUp, Brightness up precise, exec, omarchy-brightness-display +1% +bindeld = ALT, XF86MonBrightnessDown, Brightness down precise, exec, omarchy-brightness-display 1%- # Requires playerctl bindld = , XF86AudioNext, Next track, exec, $osdclient --playerctl next diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index e3f9bfd2..c6ab8fab 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -29,9 +29,9 @@ bindd = SUPER CTRL, I, Toggle locking on idle, exec, omarchy-toggle-idle bindd = SUPER CTRL, N, Toggle nightlight, exec, omarchy-toggle-nightlight # Control Apple Display brightness -bindd = CTRL, F1, Apple Display brightness down, exec, omarchy-cmd-apple-display-brightness -5000 -bindd = CTRL, F2, Apple Display brightness up, exec, omarchy-cmd-apple-display-brightness +5000 -bindd = SHIFT CTRL, F2, Apple Display full brightness, exec, omarchy-cmd-apple-display-brightness +60000 +bindd = CTRL, F1, Apple Display brightness down, exec, omarchy-brightness-display-apple -5000 +bindd = CTRL, F2, Apple Display brightness up, exec, omarchy-brightness-display-apple +5000 +bindd = SHIFT CTRL, F2, Apple Display full brightness, exec, omarchy-brightness-display-apple +60000 # Captures bindd = , PRINT, Screenshot with editing, exec, omarchy-cmd-screenshot