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={}'}