X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c5ddfd66999bdaf0fa48a60f4ad4f2f1afa52c0c..dc7eb86389b2d9ebd515029328c61313af73af66:/alsa.md 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",