diff --git a/_desktop/qutebrowser/config.py b/_desktop/qutebrowser/config.py index 8466516..b498767 100644 --- a/_desktop/qutebrowser/config.py +++ b/_desktop/qutebrowser/config.py @@ -1817,7 +1817,7 @@ c.spellcheck.languages = ["en-US", "pl-PL"] ## - always: Always show the statusbar. ## - never: Always hide the statusbar. ## - in-mode: Show the statusbar when in modes other than normal mode. -# c.statusbar.show = 'always' +c.statusbar.show = 'in-mode' ## List of widgets displayed in the statusbar. ## Type: List of StatusbarWidget @@ -2090,7 +2090,8 @@ 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://html.duckduckgo.com/html/?q={}'} +# c.url.searchengines = {'DEFAULT': 'https://html.duckduckgo.com/html/?q={}'} +c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'} ## Page(s) to open at the start. ## Type: List of FuzzyUrl, or FuzzyUrl