diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 52031c941..4575c3f4e 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -136,7 +136,8 @@ def data(readonly=False): "Whether to find text on a page case-insensitively."), ('startpage', - SettingValue(typ.List(typ.String()), 'https://duckduckgo.com'), + SettingValue(typ.List(typ.String()), + 'https://start.duckduckgo.com'), "The default page(s) to open at the start, separated by commas."), ('yank-ignored-url-parameters',