mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-07 00:57:28 +08:00
Fix web search prompt not working
This commit is contained in:
parent
3f26ae4796
commit
33c4a16cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ function helpers.prompt(action, textbox, prompt, callback)
|
|||
done_callback = callback,
|
||||
exe_callback = function(input)
|
||||
if not input or #input == 0 then return end
|
||||
awful.spawn.with_shell(user.web_search_cmd.."\""..input.."\"")
|
||||
awful.spawn.with_shell("noglob "..user.web_search_cmd.."'"..input.."'")
|
||||
naughty.notify { title = "Searching the web for", text = input, icon = icons.firefox }
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue