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
|
## - 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue