On Sun, 22 Mar 2009, Gerolf Ziegenhain wrote:
key({ modkey }, "F3",
function ()
awful.prompt.run({ prompt = "Run: " },
mypromptbox[mouse.screen],
awful.util.spawn,
awful.completion.shell,
awful.util.getdir("cache") .. "/history")
end),
I should mention, I'm using lenny with a custom backport of awesome of
the sid-version 3.2-rc4.
Do you have any hint for me? :)
I belive awful.completion.shell didn't went in 3.2 (inclusion of zsh
completion), so you should be using awful.completion.bash
--
To unsubscribe, send mail to [email protected].