From 0ffd50879c0b03b61b551d657e5cfc7f2382387c Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 12 May 2022 23:40:49 +0200 Subject: [PATCH] qutebrowser tweaks --- _desktop/qutebrowser/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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