Mute/unmute only 'Master' channel on mute key press.

This commit is contained in:
Darren 'Tadgy' Austin 2021-04-02 21:37:42 +01:00
commit b3b87300a8

View file

@ -329,6 +329,11 @@
<command>rofi -show drun -show-icons -theme .config/rofi/themes/default.rasi</command>
</action>
</keybind>
<keybind key="XF86AudioMute">
<action name="Execute">
<command>amixer -q sset Master toggle</command>
</action>
</keybind>
</keyboard>
<mouse>
<dragThreshold>8</dragThreshold>