Re: Naughty Notifications on multiple monitors

2015-06-04 Thread Abraham Baker
Hi, When I commented out 600 and 601 of naughty.lua *before* changing rc.lua, I got: naughty.lua:604: bad arg #1 to 'ipairs' (table expected, got nil) on both screens. Then, when I added the updated naughy.notify function to rc.lua, I got: rc.lua:22 attempt to call a nil value (method 'insert')

Re: advices for widget

2015-06-04 Thread mickael foucaux
thanks everybody! @ivin, @jeferson, @Slawomoir, lain very good package to use @Martin, yes I m using a PPA after this http://linuxg.net/how-to-install-awesome-window-manager-3-5-6-on-ubuntu-14-10-ubuntu-14-04-and-derivative-systems/ @Abraham udiskie is perfect! @alexis, good tips ;)

Trouble building on Debian 7 (wheezy)

2015-06-04 Thread John Yates
I am trying to build the git tip. Things seem to go fine until it is time to build the man pages: ... Scanning dependencies of target lgi-check [ 55%] Built target lgi-check Scanning dependencies of target man [ 56%] Generating manpages/man1/awesome.1.xml [ 57%] Generating

Re: Naughty Notifications on multiple monitors

2015-06-04 Thread Alexis BRENON
Hum, well, you will have to update a little bit your config! First, the default naughty.notify function returns a table representing the notification, but your new notify function doesn't, so update it : naughty.notify_ = naughty.notify naughty.notify = function (args,...) notifications = {}