[openbox] more accurate command for setting sounds

This commit is contained in:
Mathieu Maret 2014-12-22 16:31:35 +01:00 committed by Mathieu Maret
parent 6a48bce478
commit 7c7e34ce76
1 changed files with 2 additions and 2 deletions

View File

@ -320,12 +320,12 @@
<!-- Find the sound card id by looking into /proc/asound/cards and pass it by using the -c option-->
<keybind key="XF86AudioRaiseVolume">
<action name="Execute">
<execute>amixer set Master 5+ unmute</execute>
<execute>amixer -c1 set Master 5+ unmute</execute>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute">
<execute>amixer set Master 5- unmute</execute>
<execute>amixer -c1 set Master 5- unmute</execute>
</action>
</keybind>
<keybind key="C-A-l">