mirror of https://github.com/lcpz/lain.git
Updated alsa (markdown)
This commit is contained in:
parent
0025ef766d
commit
999c050392
4
alsa.md
4
alsa.md
|
@ -31,12 +31,12 @@ You can control the widget with key bindings like these:
|
||||||
-- Volume control
|
-- Volume control
|
||||||
awful.key({ altkey }, "Up",
|
awful.key({ altkey }, "Up",
|
||||||
function ()
|
function ()
|
||||||
awful.util.spawn("amixer sset Master 1%+")
|
awful.util.spawn("amixer set Master 1%+")
|
||||||
volume.update()
|
volume.update()
|
||||||
end),
|
end),
|
||||||
awful.key({ altkey }, "Down",
|
awful.key({ altkey }, "Down",
|
||||||
function ()
|
function ()
|
||||||
awful.util.spawn("amixer sset Master 1%-")
|
awful.util.spawn("amixer set Master 1%-")
|
||||||
volume.update()
|
volume.update()
|
||||||
end),
|
end),
|
||||||
awful.key({ altkey }, "m",
|
awful.key({ altkey }, "m",
|
||||||
|
|
Loading…
Reference in New Issue