70d4961a3e
When adding callbacks as a `callback` entry in a property, the callback is run by `awful.rules`, because it does `c.callback = result_of_function`. This is obviously not intended. Also, this causes the callbacks to run twice, because the code already handled this `callback` property specially. Fix this by just not merging callbacks with the normal rules at all. Fixes: https://github.com/awesomeWM/awesome/issues/1159 Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
awful | ||
beautiful | ||
gears | ||
menubar | ||
naughty | ||
wibox |