From 8ce82de6d736bc0e8599d4d1e90c834dd2fc5dfc Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 12 May 2022 13:54:22 +0200 Subject: [PATCH] qutebrowser tweaks. --- _desktop/qutebrowser/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_desktop/qutebrowser/config.py b/_desktop/qutebrowser/config.py index 13c2678..8466516 100644 --- a/_desktop/qutebrowser/config.py +++ b/_desktop/qutebrowser/config.py @@ -622,7 +622,7 @@ c.completion.height = '40%' ## - bookmarks ## - history ## - filesystem -c.completion.open_categories = ['quickmarks'] +c.completion.open_categories = ['quickmarks', 'history'] ## Move on to the next part when there's only one possible completion ## left. @@ -2090,7 +2090,7 @@ c.url.open_base_url = True ## the search engine name to the search term, e.g. `:open google ## qutebrowser`. ## Type: Dict -# c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'} +c.url.searchengines = {'DEFAULT': 'https://html.duckduckgo.com/html/?q={}'} ## Page(s) to open at the start. ## Type: List of FuzzyUrl, or FuzzyUrl