qutebrowser: start_pages must be valid
This commit is contained in:
parent
1b0ddfdf1a
commit
f747f734d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1264,7 +1264,7 @@ c.url.searchengines = {
|
|||
|
||||
# The page(s) to open at the start.
|
||||
# Type: List of FuzzyUrl, or FuzzyUrl
|
||||
c.url.start_pages = []
|
||||
c.url.start_pages = ["about:blank"]
|
||||
|
||||
# The URL parameters to strip with `:yank url`.
|
||||
# Type: List of String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue