[QB] Switch to Mojeek as default search engine
This commit is contained in:
parent
d3a2ebda1a
commit
6ee1534e45
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,7 @@ config.set('colors.webpage.darkmode.enabled', True)
|
|||
c.url.default_page = 'https://searx.info'
|
||||
c.hints.mode = "number"
|
||||
c.url.searchengines = {
|
||||
'DEFAULT':'https://searx.fmac.xyz/?q={}',
|
||||
'DEFAULT':'https://www.mojeek.com/search?q={}',
|
||||
'ddg':'https://duckduckgo.com/?q={}',
|
||||
'yt':'https://youtube.com/results?search_query={}',
|
||||
'wfr':'https://fr.wikipedia.org/w/index.php?search={}',
|
||||
|
@ -67,6 +67,7 @@ c.url.searchengines = {
|
|||
'deb':'https://tracker.debian.org/pkg/{}',
|
||||
'mjk':'https://www.mojeek.com/search?q={}',
|
||||
'php':'https://www.php.net/manual-lookup.php?pattern={}&scope=quickref',
|
||||
'srx':'https://searx.fmac.xyz/?q={}',
|
||||
}
|
||||
|
||||
#Fonts
|
||||
|
|
Loading…
Reference in a new issue