Compare commits
2 commits
a382577234
...
bdbb7400e8
Author | SHA1 | Date | |
---|---|---|---|
bdbb7400e8 | |||
5ce334f914 |
3 changed files with 46 additions and 1 deletions
41
.config/qutebrowser/autoconfig.yml
Normal file
41
.config/qutebrowser/autoconfig.yml
Normal 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
|
|
@ -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={}',
|
||||||
|
|
|
@ -26,3 +26,7 @@ meteosuisse https://www.meteosuisse.admin.ch/home.html?tab=alarm
|
||||||
co2 calculateur empreinte https://ecolab.ademe.fr/apps/climat/
|
co2 calculateur empreinte https://ecolab.ademe.fr/apps/climat/
|
||||||
power supply calculator computer alimentation https://www.newegg.com/tools/power-supply-calculator/
|
power supply calculator computer alimentation https://www.newegg.com/tools/power-supply-calculator/
|
||||||
darktable styles https://dtstyle.net/
|
darktable styles https://dtstyle.net/
|
||||||
|
rich comparator 10% https://howrichami.givingwhatwecan.org/how-rich-am-i
|
||||||
|
opengraph image size facebook twitter og https://iamturns.com/open-graph-image-size
|
||||||
|
inubo nextcloud files https://www.inubo.ch/apps/files/?dir=/&fileid=1238980
|
||||||
|
password generator https://passwordsgenerator.net/
|
||||||
|
|
Loading…
Reference in a new issue