diff --git a/lib/awful/prompt.lua b/lib/awful/prompt.lua index 9c16dc960..7223af95b 100644 --- a/lib/awful/prompt.lua +++ b/lib/awful/prompt.lua @@ -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.