Updated alsabar (markdown)

This commit is contained in:
Luke Bonham 2013-09-12 09:07:46 -07:00
parent 08b707a158
commit dc7eb86389
1 changed files with 2 additions and 2 deletions

View File

@ -67,12 +67,12 @@ You can control the widget with key bindings like these:
end),
awful.key({ altkey }, "m",
function ()
awful.util.spawn("amixer set Master playback toggle")
awful.util.spawn("amixer set " .. volume.channel .. " playback toggle")
volume.notify()
end),
awful.key({ altkey, "Control" }, "m",
function ()
awful.util.spawn("amixer set Master playback 100%", false )
awful.util.spawn("amixer set " .. volume.channel .. " playback 100%", false )
volume.notify()
end),