awesome/lib
Sébastien Gross 8fb0ba2417 awful.completion: remove keywords global variable
* move keywords global variable to generic() last parameter.
  This prevents from having table clash.

  Please udate you configuration according this feature in your
  awful.prompt.run() calls.
  If keywords parameter is missing then no completion would be
  done.

  Before:
   awful.completion.keywords = kw
   awful.prompt.run( [ ... ],
     function(t, p, n) return awful.completion.generic(t, p, n) end,
     [ ... ] )

  Now:
   awful.prompt.run( [ ... ],
     function(t, p, n) return awful.completion.generic(t, p, n, kw) end,
     [ ... ] )

Signed-off-by: Sébastien Gross <seb-awesome@chezwam.org>
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-12-18 13:55:41 +01:00
..
awful awful.completion: remove keywords global variable 2008-12-18 13:55:41 +01:00
beautiful.lua.in beautiful: simplify metatable setting 2008-12-14 10:28:22 +01:00
invaders.lua.in keygrabber: identify release events 2008-12-16 15:02:54 +01:00
naughty.lua.in naughty: return correct awesome version via dbus 2008-12-18 09:56:28 +01:00
revelation.lua.in keygrabber: identify release events 2008-12-16 15:02:54 +01:00
tabulous.lua.in tabulous: do not swap clients in display 2008-12-10 10:07:46 +01:00
telak.lua.in telak: use luasocket instead of external wget 2008-12-15 09:59:14 +01:00