mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
awesomerc: Lua prompt has no completion
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
405b5d0123
commit
a0d36316c4
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ globalkeys =
|
||||||
function ()
|
function ()
|
||||||
awful.prompt.run({ prompt = "Run Lua code: " },
|
awful.prompt.run({ prompt = "Run Lua code: " },
|
||||||
mypromptbox[mouse.screen],
|
mypromptbox[mouse.screen],
|
||||||
awful.util.eval, awful.prompt.bash,
|
awful.util.eval, nil,
|
||||||
awful.util.getdir("cache") .. "/history_eval")
|
awful.util.getdir("cache") .. "/history_eval")
|
||||||
end),
|
end),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue