New youtube bindings.

This commit is contained in:
Zachary Billman 2022-11-12 21:12:31 -05:00
parent 790d142ac0
commit 417501d905

View File

@ -1,65 +1,74 @@
# If a config.py file exists, this file is ignored unless it's explicitly loaded # If a config.py file exists, this file is ignored unless it's explicitly loaded
# via config.load_autoconfig(). For more information, see: # via config.load_autoconfig(). For more information, see:
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml # https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
# DO NOT edit this file by hand, qutebrowser will overwrite it. # DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details. # Instead, create a config.py - see :help for details.
config_version: 2 config_version: 2
settings: settings:
changelog_after_upgrade: bindings.commands:
global: minor global:
colors.completion.category.bg: command:
global: '#2f383e' <Ctrl+j>: completion-item-focus next
content.blocking.adblock.lists: <Ctrl+k>: completion-item-focus prev
global: normal:
- https://easylist.to/easylist/easylist.txt ',M': hint links spawn mpv {hint-url}
- https://easylist.to/easylist/easyprivacy.txt ',m': spawn mpv {url}
- https://secure.fanboy.co.nz/fanboy-cookiemonster.txt ;M: hint --rapid links spawn umpv {hint-url}
- https://secure.fanboy.co.nz/fanboy-annoyance.txt changelog_after_upgrade:
- https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters.txt global: minor
content.blocking.method: colors.completion.category.bg:
global: both global: '#2f383e'
content.blocking.whitelist: content.blocking.adblock.lists:
global: global:
- https://www.idtdna.com - https://easylist.to/easylist/easylist.txt
- https://www.dukemychart.org/ - https://easylist.to/easylist/easyprivacy.txt
content.cookies.store: - https://secure.fanboy.co.nz/fanboy-cookiemonster.txt
global: false - https://secure.fanboy.co.nz/fanboy-annoyance.txt
content.notifications.enabled: - https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters.txt
https://freshrss.zacharybillman.com: false content.blocking.method:
https://www.reddit.com: false global: both
fonts.contextmenu: content.blocking.whitelist:
global: null global:
fonts.debug_console: - https://www.idtdna.com
global: default_size default_family - https://www.dukemychart.org/
fonts.default_family: content.cookies.store:
global: SauceCodePro NF, SauceCodePro Nerd Font global: false
fonts.default_size: content.notifications.enabled:
global: 12pt https://freshrss.zacharybillman.com: false
fonts.downloads: https://www.reddit.com: false
global: default_size default_family fonts.contextmenu:
fonts.prompts: global: null
global: default_size sans-serif fonts.debug_console:
fonts.statusbar: global: default_size default_family
global: default_size default_family fonts.default_family:
fonts.tabs.selected: global: SauceCodePro NF, SauceCodePro Nerd Font
global: bold default_size default_family fonts.default_size:
fonts.tabs.unselected: global: 12pt
global: italic default_size default_family fonts.downloads:
fonts.web.family.cursive: global: default_size default_family
global: null fonts.prompts:
statusbar.show: global: default_size sans-serif
global: always fonts.statusbar:
url.default_page: global: default_size default_family
global: about:blank fonts.tabs.selected:
url.incdec_segments: global: bold default_size default_family
global: fonts.tabs.unselected:
- path global: italic default_size default_family
- query fonts.web.family.cursive:
url.open_base_url: global: null
global: false statusbar.show:
url.searchengines: global: always
global: url.default_page:
DEFAULT: https://search.brave.com/search?q={} global: about:blank
url.start_pages: url.incdec_segments:
global: about:blank 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