Merge branch 'fix-missing-args' of https://github.com/hexchain/awesome

This commit is contained in:
Uli Schlachter 2016-10-22 10:31:45 +02:00
commit 7292be1add
1 changed files with 1 additions and 0 deletions

View File

@ -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,