From 69e7468fe3b5e30ab28e833071ad1b966088c360 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Fri, 9 Jun 2017 09:17:07 -0400 Subject: fix typo in doc --- volume-widget/volume.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'volume-widget/volume.lua') diff --git a/volume-widget/volume.lua b/volume-widget/volume.lua index 481d244..b832bab 100644 --- a/volume-widget/volume.lua +++ b/volume-widget/volume.lua @@ -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) -- cgit v1.2.3