From 247f0a0d378db0614f20364ce8a8d34aa4300194 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 10 Jul 2019 23:42:05 +0200 Subject: [PATCH] add search engines --- .config/qutebrowser/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 19789c8..08c117d 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1355,7 +1355,9 @@ c.tabs.width = '12%' ## `:open google qutebrowser`. ## Type: Dict c.url.searchengines = {'DEFAULT': 'https://searx.me/?q={}', - 'g': 'https://www.google.com.ar/search?q={}', + 'c': 'https://crates.io/search?q={}', + 'g': 'https://www.google.com/search?q={}', + 'dl': 'https://dict.leo.org/german-english/{}', 'd': 'https://duckduckgo.com/?q={}'} ## Page(s) to open at the start.