Change default searx instance

This commit is contained in:
Gregory Trolliet 2020-10-05 08:56:35 +02:00
parent a382577234
commit 5ce334f914
2 changed files with 42 additions and 1 deletions

View file

@ -0,0 +1,41 @@
# If a config.py file exists, this file is ignored unless it's explicitly loaded
# via config.load_autoconfig(). For more information, see:
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
# DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details.
config_version: 2
settings:
content.geolocation:
https://www.carvelo2go.ch: false
content.javascript.enabled:
'*://*.bernexskiclub.ch/*': true
'*://*.localhost/*': true
'*://*.login.infomaniak.com/*': true
'*://*.manager.infomaniak.com/*': true
'*://*.mastodon.zaclys.com/*': true
'*://*.mensuel.framapad.org/*': true
'*://*.nitter.net/*': true
'*://*.pixelfed.org/*': true
'*://*.pixelfed.social/*': true
'*://*.reddit.com/*': true
'*://*.twitter.com/*': true
'*://*.www.meteosuisse.admin.ch/*': true
'*://*.www.openstreetmap.org/*': true
'*://demo.bigbluebutton.org/*': true
'*://framavox.org/*': true
'*://ge.ch/*': true
'*://mastodon.zaclys.com/*': true
'*://meet.infomaniak.com/*': true
'*://searx.info/*': true
'*://searx.xyz/*': true
'*://webmail.acg-geneve.ch/*': true
'*://www.deepl.com/*': true
'*://www2.yggtorrent.se/*': true
content.media_capture:
https://visio.inubo.ch: true
content.notifications:
https://mastodon.zaclys.com: false
https://rss.vulgarisons.info: false
qt.args:
global: null

View file

@ -50,7 +50,7 @@ config.set('content.javascript.enabled', True, '*://*.cmnet.ch')
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.info/?q={}', 'DEFAULT':'https://searx.xyz/?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={}',