Move audio commands under the same namespace
This commit is contained in:
@@ -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,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
|
||||||
|
|||||||
Reference in New Issue
Block a user