Move audio commands under the same namespace

This commit is contained in:
David Heinemeier Hansson
2026-04-29 15:00:59 +02:00
parent c647edbc04
commit a7593ade7a
5 changed files with 4 additions and 4 deletions
@@ -3,9 +3,9 @@
# Toggle microphone mute. Dell XPS and ThinkPad systems get special handling for the hardware LED. # Toggle microphone mute. Dell XPS and ThinkPad systems get special handling for the hardware LED.
if omarchy-hw-match "XPS"; then if omarchy-hw-match "XPS"; then
omarchy-cmd-mic-mute-xps omarchy-audio-mic-mute-xps
elif omarchy-hw-match "ThinkPad"; then elif omarchy-hw-match "ThinkPad"; then
omarchy-cmd-mic-mute-thinkpad omarchy-audio-mic-mute-thinkpad
else else
omarchy-swayosd-client --input-volume mute-toggle omarchy-swayosd-client --input-volume mute-toggle
fi fi
+2 -2
View File
@@ -2,7 +2,7 @@
bindeld = ,XF86AudioRaiseVolume, Volume up, exec, omarchy-swayosd-client --output-volume raise bindeld = ,XF86AudioRaiseVolume, Volume up, exec, omarchy-swayosd-client --output-volume raise
bindeld = ,XF86AudioLowerVolume, Volume down, exec, omarchy-swayosd-client --output-volume lower bindeld = ,XF86AudioLowerVolume, Volume down, exec, omarchy-swayosd-client --output-volume lower
bindeld = ,XF86AudioMute, Mute, exec, omarchy-swayosd-client --output-volume mute-toggle 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 = ,XF86MonBrightnessUp, Brightness up, exec, omarchy-brightness-display +5%
bindeld = ,XF86MonBrightnessDown, Brightness down, exec, omarchy-brightness-display 5%- bindeld = ,XF86MonBrightnessDown, Brightness down, exec, omarchy-brightness-display 5%-
bindeld = ,XF86KbdBrightnessUp, Keyboard brightness up, exec, omarchy-brightness-keyboard up 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 bindld = , XF86AudioPrev, Previous track, exec, omarchy-swayosd-client --playerctl previous
# Switch audio output with Super + Mute # 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