Updated alsa (markdown)
This commit is contained in:
parent
c5ddfd6699
commit
a5fea2962e
1 changed files with 2 additions and 2 deletions
4
alsa.md
4
alsa.md
|
@ -31,12 +31,12 @@ You can control the widget with key bindings like these:
|
|||
-- Volume control
|
||||
awful.key({ altkey }, "Up",
|
||||
function ()
|
||||
awful.util.spawn("amixer sset Master 1%+")
|
||||
awful.util.spawn("amixer set Master 1%+")
|
||||
volume.update()
|
||||
end),
|
||||
awful.key({ altkey }, "Down",
|
||||
function ()
|
||||
awful.util.spawn("amixer sset Master 1%-")
|
||||
awful.util.spawn("amixer set Master 1%-")
|
||||
volume.update()
|
||||
end),
|
||||
awful.key({ altkey }, "m",
|
||||
|
|
Loading…
Add table
Reference in a new issue