mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
doc: fix example with awful.prompt.run hooks
It should return `command` for it to be executed.
This commit is contained in:
parent
b7d398f339
commit
c8e078b1bf
1 changed files with 1 additions and 0 deletions
|
@ -243,6 +243,7 @@ end
|
|||
-- if command:sub(1,1) == ":" then
|
||||
-- return terminal .. ' -e ' .. command:sub(2)
|
||||
-- end
|
||||
-- return command
|
||||
-- end}
|
||||
-- }
|
||||
-- @param textbox The textbox to use for the prompt.
|
||||
|
|
Loading…
Reference in a new issue