mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
8fb0ba2417
* 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> |
||
---|---|---|
.. | ||
awful | ||
beautiful.lua.in | ||
invaders.lua.in | ||
naughty.lua.in | ||
revelation.lua.in | ||
tabulous.lua.in | ||
telak.lua.in |