From 1b0ddfdf1afba0ecb2b6d1180dc764de166080e3 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 28 Aug 2019 18:40:50 -0700 Subject: [PATCH] qutebrowser: Stop opening google calendar by default --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index de72e4c..2562cf0 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 = ["https://calendar.google.com/"] +c.url.start_pages = [] # The URL parameters to strip with `:yank url`. # Type: List of String