Update multiple configs
This commit is contained in:
parent
1213f06bfc
commit
d8439473fb
12 changed files with 23 additions and 6 deletions
|
@ -42,7 +42,7 @@ def init(c):
|
|||
'ecosia': 'https://www.ecosia.org/search?q={}',
|
||||
'qwant': 'https://www.qwant.com/?q={}',
|
||||
}
|
||||
search_engines['DEFAULT'] = search_engines['ecosia']
|
||||
search_engines['DEFAULT'] = search_engines['ddg']
|
||||
c.url.searchengines = search_engines | get_bangs()
|
||||
|
||||
c.url.start_pages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue