[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.url.default_page = 'https://searx.info'
|
||||||
c.hints.mode = "number"
|
c.hints.mode = "number"
|
||||||
c.url.searchengines = {
|
c.url.searchengines = {
|
||||||
'DEFAULT':'https://searx.fmac.xyz/?q={}',
|
'DEFAULT':'https://www.mojeek.com/search?q={}',
|
||||||
'ddg':'https://duckduckgo.com/?q={}',
|
'ddg':'https://duckduckgo.com/?q={}',
|
||||||
'yt':'https://youtube.com/results?search_query={}',
|
'yt':'https://youtube.com/results?search_query={}',
|
||||||
'wfr':'https://fr.wikipedia.org/w/index.php?search={}',
|
'wfr':'https://fr.wikipedia.org/w/index.php?search={}',
|
||||||
|
@ -67,6 +67,7 @@ c.url.searchengines = {
|
||||||
'deb':'https://tracker.debian.org/pkg/{}',
|
'deb':'https://tracker.debian.org/pkg/{}',
|
||||||
'mjk':'https://www.mojeek.com/search?q={}',
|
'mjk':'https://www.mojeek.com/search?q={}',
|
||||||
'php':'https://www.php.net/manual-lookup.php?pattern={}&scope=quickref',
|
'php':'https://www.php.net/manual-lookup.php?pattern={}&scope=quickref',
|
||||||
|
'srx':'https://searx.fmac.xyz/?q={}',
|
||||||
}
|
}
|
||||||
|
|
||||||
#Fonts
|
#Fonts
|
||||||
|
|
Loading…
Reference in a new issue