browser: set default search engine to google
This commit is contained in:
parent
2b6d45f099
commit
2dd96e8315
@ -47,7 +47,7 @@ c.fonts.default_family = 'Roboto'
|
||||
|
||||
# search engines
|
||||
c.url.searchengines = {
|
||||
'DEFAULT': 'https://lite.duckduckgo.com/lite?&q={}',
|
||||
'DEFAULT':'https://google.com/search?hl=en&q={}',
|
||||
'!d': 'https://lite.duckduckgo.com/lite?&q={}',
|
||||
'!g': 'https://google.com/search?hl=en&q={}',
|
||||
'!y': 'https://ya.ru/search/?text={}',
|
||||
|
Loading…
Reference in New Issue
Block a user