diff options
author | Pavel Makhov <pavel.makhov@savoirfairelinux.com> | 2017-06-09 11:34:13 -0400 |
---|---|---|
committer | Pavel Makhov <pavel.makhov@savoirfairelinux.com> | 2017-06-09 11:34:13 -0400 |
commit | 2ee0cff703e3aa6b644788712b311501cf0a6046 (patch) | |
tree | 429d0fcefca5766cd8b17da36312bae52b990eda /volume-widget | |
parent | 495994d7836a328b90a4cb7b51892cadc676a9cf (diff) | |
parent | 69e7468fe3b5e30ab28e833071ad1b966088c360 (diff) |
Merge branch 'master' of https://github.com/streetturtle/AwesomeWM
Diffstat (limited to 'volume-widget')
-rw-r--r-- | volume-widget/volume.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volume-widget/volume.lua b/volume-widget/volume.lua index a03149c..c10e464 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) |