Updated alsa (markdown)

This commit is contained in:
Luke Bonham 2013-09-11 09:40:33 -07:00 committed by copycat-killer
parent 0025ef766d
commit 999c050392
1 changed files with 2 additions and 2 deletions

View File

@ -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",