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