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
|
||||
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",
|
||||
|
|
Loading…
Reference in New Issue