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