On 21.04.2014 09:50, david cobac wrote:
> Hi,
> 
> i'm trying to bind mouse wheel with a wibox just like :
> 
>  mywibox:buttons(awful.util.table.join(
>   awful.button({ }, 4, function () naughty.notify({ text="roulette 4" })
> end),
>   awful.button({ }, 5, function () naughty.notify({ text="roulette 5" })
> end)
>      ))
> 
> but it makes awesome freeze...
> Bug or should i use connect_signal or other ?

Bug fixed with commit a90f0c977, but feel free to replace the above with
:buttons() on the widget that your wibox displays.

Uli
-- 
A learning experience is one of those things that say,
'You know that thing you just did? Don't do that.'
                     -- Douglas Adams

-- 
To unsubscribe, send mail to [email protected].

Reply via email to