85 lines
2.5 KiB
YAML
85 lines
2.5 KiB
YAML
# 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:
|
|
bindings.commands:
|
|
global:
|
|
command:
|
|
<Ctrl+j>: completion-item-focus next
|
|
<Ctrl+k>: completion-item-focus prev
|
|
normal:
|
|
',M': hint links spawn mpv {hint-url}
|
|
',m': spawn mpv {url}
|
|
;M: hint --rapid links spawn umpv {hint-url}
|
|
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
|
|
- https://www.dukemychart.org/
|
|
content.cookies.store:
|
|
global: false
|
|
content.notifications.enabled:
|
|
https://freshrss.zacharybillman.com: false
|
|
https://www.reddit.com: false
|
|
fonts.contextmenu:
|
|
global: null
|
|
fonts.debug_console:
|
|
global: default_size default_family
|
|
fonts.default_family:
|
|
global: SauceCodePro NF, SauceCodePro Nerd Font
|
|
fonts.default_size:
|
|
global: 12pt
|
|
fonts.downloads:
|
|
global: default_size default_family
|
|
fonts.prompts:
|
|
global: default_size sans-serif
|
|
fonts.statusbar:
|
|
global: default_size default_family
|
|
fonts.tabs.selected:
|
|
global: bold default_size default_family
|
|
fonts.tabs.unselected:
|
|
global: italic default_size default_family
|
|
fonts.web.family.cursive:
|
|
global: null
|
|
statusbar.show:
|
|
global: always
|
|
tabs.max_width:
|
|
global: -1
|
|
tabs.min_width:
|
|
global: -1
|
|
tabs.position:
|
|
global: left
|
|
tabs.undo_stack_size:
|
|
global: 100
|
|
tabs.width:
|
|
global: 10%
|
|
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
|