mirror of https://github.com/lcpz/lain.git
Updated alsabar (markdown)
This commit is contained in:
parent
a5fea2962e
commit
274515ca18
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue