27 lines
904 B
YAML
27 lines
904 B
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/main/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.desktop_capture:
|
|
https://discord.com: true
|
|
content.javascript.clipboard:
|
|
https://chatgpt.com: access-paste
|
|
content.javascript.enabled:
|
|
global: false
|
|
content.media.audio_capture:
|
|
https://app.zoom.us: true
|
|
https://discord.com: true
|
|
https://www.shazam.com: true
|
|
content.media.video_capture:
|
|
https://app.zoom.us: true
|
|
content.notifications.enabled:
|
|
https://app.zoom.us: true
|
|
content.proxy:
|
|
global: system
|
|
content.user_stylesheets:
|
|
global: style.css
|