Mute/unmute only 'Master' channel on mute key press.
This commit is contained in:
parent
5d5633f9f9
commit
b3b87300a8
1 changed files with 5 additions and 0 deletions
|
@ -329,6 +329,11 @@
|
||||||
<command>rofi -show drun -show-icons -theme .config/rofi/themes/default.rasi</command>
|
<command>rofi -show drun -show-icons -theme .config/rofi/themes/default.rasi</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="XF86AudioMute">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>amixer -q sset Master toggle</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
<mouse>
|
<mouse>
|
||||||
<dragThreshold>8</dragThreshold>
|
<dragThreshold>8</dragThreshold>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue