qutebrowser: Use a blank start/default page

Might change this in the future.
This commit is contained in:
Donovan Glover 2023-06-03 12:19:27 -04:00
parent aaa0fe82cd
commit 3456ad98d4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -130,7 +130,8 @@
c.input.insert_mode.auto_enter = False c.input.insert_mode.auto_enter = False
c.input.insert_mode.auto_leave = False c.input.insert_mode.auto_leave = False
c.url.start_pages = ['https://search.goo.ne.jp'] c.url.start_pages = ['about:blank']
c.url.default_page = "about:blank"
c.url.searchengines = { c.url.searchengines = {
'DEFAULT': 'https://search.goo.ne.jp/web.jsp?MT={}' 'DEFAULT': 'https://search.goo.ne.jp/web.jsp?MT={}'
} }