From: Luke Bonham Date: Wed, 11 Sep 2013 16:41:14 +0000 (-0700) Subject: Updated alsabar (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/274515ca18170fbe39613c600de2e21f842b71ea?ds=sidebyside;pf=etc Updated alsabar (markdown) --- diff --git a/alsabar.md b/alsabar.md index 549b28a..7763fe4 100644 --- a/alsabar.md +++ b/alsabar.md @@ -56,12 +56,12 @@ You can control the widget with key bindings like these: -- Volume control awful.key({ altkey }, "Up", function () - awful.util.spawn("amixer sset " .. volume.channel .. " " .. volume.step .. "+") + awful.util.spawn("amixer set " .. volume.channel .. " " .. volume.step .. "+") volume.notify() end), awful.key({ altkey }, "Down", function () - awful.util.spawn("amixer sset " .. volume.channel .. " " .. volume.step .. "-") + awful.util.spawn("amixer set " .. volume.channel .. " " .. volume.step .. "-") volume.notify() end), awful.key({ altkey }, "m",