awesome/lib
koniu 49258e7805 naughty: notify{run} gets notification object argument (FS#398)
Notifications will not be destroyed on 'run' execution unless the
provided 'run' function explicitly invokes die()/destroy(). For this
purpose run can now receive the notification object as argument.

naughty.notify{ text = 'hi',
                run = function(n)
                    awful.util.spawn('firefox')
                    n.die()
                end
}

Signed-off-by: koniu <gkusnierz@gmail.com>
2008-12-14 10:28:23 +01:00
..
awful mouse: add object_under_pointer 2008-12-14 10:28:23 +01:00
beautiful.lua.in beautiful: simplify metatable setting 2008-12-14 10:28:22 +01:00
invaders.lua.in widgets: remove name property 2008-12-12 16:51:40 +01:00
naughty.lua.in naughty: notify{run} gets notification object argument (FS#398) 2008-12-14 10:28:23 +01:00
revelation.lua.in revelation: Add arrow key behavior 2008-11-13 23:18:10 +01:00
tabulous.lua.in tabulous: do not swap clients in display 2008-12-10 10:07:46 +01:00