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/0683c87e997e9ca8bf3cc0787ee3ddf2481ab1f6 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",