From: Luke Bonham Date: Wed, 11 Sep 2013 16:40:33 +0000 (-0700) Subject: Updated alsa (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/999c0503926bf848ec65033127bb7bc7a7ce3989?ds=inline Updated alsa (markdown) --- diff --git a/alsa.md b/alsa.md index af1139a..65314d2 100644 --- a/alsa.md +++ b/alsa.md @@ -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",