diff --git a/bin/omarchy-cmd-mic-mute b/bin/omarchy-audio-mic-mute similarity index 79% rename from bin/omarchy-cmd-mic-mute rename to bin/omarchy-audio-mic-mute index 3931d0b8..2e674cdc 100755 --- a/bin/omarchy-cmd-mic-mute +++ b/bin/omarchy-audio-mic-mute @@ -3,9 +3,9 @@ # Toggle microphone mute. Dell XPS and ThinkPad systems get special handling for the hardware LED. if omarchy-hw-match "XPS"; then - omarchy-cmd-mic-mute-xps + omarchy-audio-mic-mute-xps elif omarchy-hw-match "ThinkPad"; then - omarchy-cmd-mic-mute-thinkpad + omarchy-audio-mic-mute-thinkpad else omarchy-swayosd-client --input-volume mute-toggle fi diff --git a/bin/omarchy-cmd-mic-mute-thinkpad b/bin/omarchy-audio-mic-mute-thinkpad similarity index 100% rename from bin/omarchy-cmd-mic-mute-thinkpad rename to bin/omarchy-audio-mic-mute-thinkpad diff --git a/bin/omarchy-cmd-mic-mute-xps b/bin/omarchy-audio-mic-mute-xps similarity index 100% rename from bin/omarchy-cmd-mic-mute-xps rename to bin/omarchy-audio-mic-mute-xps diff --git a/bin/omarchy-cmd-audio-switch b/bin/omarchy-audio-ouput-switch similarity index 100% rename from bin/omarchy-cmd-audio-switch rename to bin/omarchy-audio-ouput-switch diff --git a/default/hypr/bindings/media.conf b/default/hypr/bindings/media.conf index c02872dc..9b4092e9 100644 --- a/default/hypr/bindings/media.conf +++ b/default/hypr/bindings/media.conf @@ -2,7 +2,7 @@ bindeld = ,XF86AudioRaiseVolume, Volume up, exec, omarchy-swayosd-client --output-volume raise bindeld = ,XF86AudioLowerVolume, Volume down, exec, omarchy-swayosd-client --output-volume lower bindeld = ,XF86AudioMute, Mute, exec, omarchy-swayosd-client --output-volume mute-toggle -bindeld = ,XF86AudioMicMute, Mute microphone, exec, omarchy-cmd-mic-mute +bindeld = ,XF86AudioMicMute, Mute microphone, exec, omarchy-audio-mic-mute bindeld = ,XF86MonBrightnessUp, Brightness up, exec, omarchy-brightness-display +5% bindeld = ,XF86MonBrightnessDown, Brightness down, exec, omarchy-brightness-display 5%- bindeld = ,XF86KbdBrightnessUp, Keyboard brightness up, exec, omarchy-brightness-keyboard up @@ -25,4 +25,4 @@ bindld = , XF86AudioPlay, Play, exec, omarchy-swayosd-client --playerctl play-pa bindld = , XF86AudioPrev, Previous track, exec, omarchy-swayosd-client --playerctl previous # Switch audio output with Super + Mute -bindld = SUPER, XF86AudioMute, Switch audio output, exec, omarchy-cmd-audio-switch +bindld = SUPER, XF86AudioMute, Switch audio output, exec, omarchy-audio-ouput-switch