browser: set default search engine to google

This commit is contained in:
Yuri Zamyatin 2025-05-25 11:41:45 +00:00
parent 2b6d45f099
commit 2dd96e8315

View File

@ -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={}',