From f747f734d7a58de66c6c6778e2f658d00fd69715 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 28 Aug 2019 18:46:23 -0700 Subject: [PATCH] qutebrowser: start_pages must be valid --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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