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 -- Volume control
awful.key({ altkey }, "Up", awful.key({ altkey }, "Up",
function () function ()
awful.util.spawn("amixer sset Master 1%+") awful.util.spawn("amixer set Master 1%+")
volume.update() volume.update()
end), end),
awful.key({ altkey }, "Down", awful.key({ altkey }, "Down",
function () function ()
awful.util.spawn("amixer sset Master 1%-") awful.util.spawn("amixer set Master 1%-")
volume.update() volume.update()
end), end),
awful.key({ altkey }, "m", awful.key({ altkey }, "m",