[openbox] more accurate command for setting sounds
This commit is contained in:
parent
6a48bce478
commit
7c7e34ce76
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user