qutebrowser tweaks.

This commit is contained in:
Bartek Stalewski 2022-05-12 13:54:22 +02:00
parent 2e4cfdd1f4
commit 8ce82de6d7

View file

@ -622,7 +622,7 @@ c.completion.height = '40%'
## - bookmarks ## - bookmarks
## - history ## - history
## - filesystem ## - 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 ## Move on to the next part when there's only one possible completion
## left. ## left.
@ -2090,7 +2090,7 @@ c.url.open_base_url = True
## the search engine name to the search term, e.g. `:open google ## the search engine name to the search term, e.g. `:open google
## qutebrowser`. ## qutebrowser`.
## Type: Dict ## 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. ## Page(s) to open at the start.
## Type: List of FuzzyUrl, or FuzzyUrl ## Type: List of FuzzyUrl, or FuzzyUrl