fix typo in doc
This commit is contained in:
parent
10ffee904f
commit
69e7468fe3
|
@ -35,7 +35,7 @@ end
|
||||||
|
|
||||||
--[[ allows control volume level by:
|
--[[ allows control volume level by:
|
||||||
- clicking on the widget to mute/unmute
|
- clicking on the widget to mute/unmute
|
||||||
- scrolling when curson is over the widget
|
- scrolling when cursor is over the widget
|
||||||
]]
|
]]
|
||||||
volume_widget:connect_signal("button::press", function(_,_,_,button)
|
volume_widget:connect_signal("button::press", function(_,_,_,button)
|
||||||
if (button == 4) then awful.spawn("amixer -D pulse sset Master 5%+", false)
|
if (button == 4) then awful.spawn("amixer -D pulse sset Master 5%+", false)
|
||||||
|
|
Loading…
Reference in New Issue