diff options
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -154,10 +154,11 @@ # Set the URLs used by the web search dialog. # "%s" is replaced with the search keywords separated by '+'. -# Format: search_url="[<label> ]<url>" +# Format: search_url="[prefix ][<label> ]<url>" # You can enable multiple search_url strings at once and select from among # them at runtime, with the first being the default. -search_url="DuckDuckGo http://duckduckgo.com/lite/?kp=-1&q=%s" +# (the prefix serves to search from the Location Bar. e.g. "dd dillo image") +search_url="dd DuckDuckGo http://duckduckgo.com/lite/?kp=-1&q=%s" search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" search_url="Free Dictionary http://www.thefreedictionary.com/%s" search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" |