From e0a8bb450911aac2275994c56ee7fa29bed20df2 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 9 Nov 2019 20:38:03 +0100 Subject: [PATCH] update search engines --- .config/qutebrowser/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 0611730..0853e5d 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1354,10 +1354,10 @@ 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://searx.me/?q={}', +c.url.searchengines = {'DEFAULT': 'https://www.google.com/search?q={}', + 's': 'https://searx.me/?q={}', 'c': 'https://crates.io/search?q={}', - 'g': 'https://www.google.com/search?q={}', - 'y': 'https://www.youtube.com/search?q={}', + 'y': 'https://www.invidio.us/search?q={}', 'dl': 'https://dict.leo.org/german-english/{}', 'd': 'https://duckduckgo.com/?q={}'}