qutebrowser tweaks.
This commit is contained in:
parent
2e4cfdd1f4
commit
8ce82de6d7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue