mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-14 20:33:59 +01:00
qutebrowser: Use a blank start/default page
Might change this in the future.
This commit is contained in:
parent
aaa0fe82cd
commit
3456ad98d4
@ -130,7 +130,8 @@
|
||||
c.input.insert_mode.auto_enter = 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 = {
|
||||
'DEFAULT': 'https://search.goo.ne.jp/web.jsp?MT={}'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user