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.
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