diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 2562cf0..bb0449a 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -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