fix typo in doc

This commit is contained in:
streetturtle 2017-06-09 09:17:07 -04:00 committed by GitHub
parent 10ffee904f
commit 69e7468fe3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ end
--[[ allows control volume level by:
- 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)
if (button == 4) then awful.spawn("amixer -D pulse sset Master 5%+", false)