qutebrowser tweaks

This commit is contained in:
Bartek Stalewski 2022-05-12 23:40:49 +02:00
parent 8ce82de6d7
commit 0ffd50879c

View file

@ -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