summaryrefslogtreecommitdiff
path: root/volume-widget/volume.lua
diff options
context:
space:
mode:
Diffstat (limited to 'volume-widget/volume.lua')
-rw-r--r--volume-widget/volume.lua2
1 files changed, 1 insertions, 1 deletions
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)