diff --git a/wi.lua b/wi.lua index 4b1758a..27f159e 100644 --- a/wi.lua +++ b/wi.lua @@ -72,6 +72,7 @@ volicon = wibox.widget.imagebox() volicon:set_image(beautiful.widget_vol) volicon:buttons( awful.util.table.join( + awful.button({ }, 1, function () awful.util.spawn("urxvt -e alsamixer -- --no-color --view=all") end), awful.button({ }, 4, function () awful.util.spawn("amixer set Master 1%+") end), awful.button({ }, 5, function () awful.util.spawn("amixer set Master 1%-") end) ) @@ -79,6 +80,7 @@ volicon:buttons( volpct = wibox.widget.textbox() volpct:buttons( awful.util.table.join( + awful.button({ }, 1, function () awful.util.spawn("urxvt -e alsamixer -- --no-color --view=all") end), awful.button({ }, 4, function () awful.util.spawn("amixer set Master 1%+") end), awful.button({ }, 5, function () awful.util.spawn("amixer set Master 1%-") end) )