diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index ce1fccf..19789c8 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1354,7 +1354,8 @@ c.tabs.width = '12%' ## used by prepending the search engine name to the search term, e.g. ## `:open google qutebrowser`. ## Type: Dict -c.url.searchengines = {'DEFAULT': 'https://www.google.com.ar/search?q={}', +c.url.searchengines = {'DEFAULT': 'https://searx.me/?q={}', + 'g': 'https://www.google.com.ar/search?q={}', 'd': 'https://duckduckgo.com/?q={}'} ## Page(s) to open at the start.