Greetings, I noticed some changes in the syntax of the keybinding in the rc.lua, here I put the change:
This is the widget in cuestion: http://awesome.naquadah.org/wiki/index.php?title=Farhavens_volume_widget In awesome 3.0 the keybinding is like this: keybinding({ }, "XF86AudioRaiseVolume", function () volume("up", tb_volume) end):add() and in the 3.2-rc1 is like this: table.insert(globalkeys, key({ }, "XF86AudioRaiseVolume", function () volume("up", tb_volume) end)) I noticed it when the keybindind didn't work. -- To unsubscribe, send mail to [email protected].
