Merge branch 'fix-missing-args' of https://github.com/hexchain/awesome
This commit is contained in:
commit
7292be1add
|
@ -444,6 +444,7 @@ function menubar.show(scr)
|
||||||
awful.prompt.run(setmetatable({
|
awful.prompt.run(setmetatable({
|
||||||
prompt = "Run: ",
|
prompt = "Run: ",
|
||||||
textbox = instance.prompt.widget,
|
textbox = instance.prompt.widget,
|
||||||
|
exe_callback = function() end,
|
||||||
completion_callback = awful.completion.shell,
|
completion_callback = awful.completion.shell,
|
||||||
history_path = awful.util.get_cache_dir() .. "/history_menu",
|
history_path = awful.util.get_cache_dir() .. "/history_menu",
|
||||||
done_callback = menubar.hide,
|
done_callback = menubar.hide,
|
||||||
|
|
Loading…
Reference in New Issue