2022-10-21 15:06:28 -04:00
|
|
|
# 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:
|
|
|
|
changelog_after_upgrade:
|
|
|
|
global: minor
|
|
|
|
colors.completion.category.bg:
|
|
|
|
global: '#2f383e'
|
|
|
|
content.blocking.adblock.lists:
|
|
|
|
global:
|
|
|
|
- https://easylist.to/easylist/easylist.txt
|
|
|
|
- https://easylist.to/easylist/easyprivacy.txt
|
|
|
|
- https://secure.fanboy.co.nz/fanboy-cookiemonster.txt
|
|
|
|
- https://secure.fanboy.co.nz/fanboy-annoyance.txt
|
|
|
|
- https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters.txt
|
|
|
|
content.blocking.method:
|
|
|
|
global: both
|
|
|
|
content.blocking.whitelist:
|
|
|
|
global:
|
|
|
|
- https://www.idtdna.com
|
2022-10-27 10:50:45 -04:00
|
|
|
- https://www.dukemychart.org/
|
2022-10-21 15:06:28 -04:00
|
|
|
content.cookies.store:
|
|
|
|
global: false
|
|
|
|
content.notifications.enabled:
|
|
|
|
https://freshrss.zacharybillman.com: false
|
|
|
|
https://www.reddit.com: false
|
|
|
|
url.default_page:
|
|
|
|
global: about:blank
|
|
|
|
url.incdec_segments:
|
|
|
|
global:
|
|
|
|
- path
|
|
|
|
- query
|
|
|
|
url.open_base_url:
|
|
|
|
global: false
|
|
|
|
url.searchengines:
|
|
|
|
global:
|
|
|
|
DEFAULT: https://search.brave.com/search?q={}
|
|
|
|
url.start_pages:
|
|
|
|
global: about:blank
|