49 lines
1.6 KiB
YAML
49 lines
1.6 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:
|
|
content.autoplay:
|
|
global: false
|
|
content.geolocation:
|
|
https://icl.churchofjesuschrist.org: true
|
|
https://myinstitute.churchofjesuschrist.org: true
|
|
https://www.acrevalue.com: true
|
|
https://www.findagrave.com: true
|
|
content.media.audio_capture:
|
|
https://mictests.com: true
|
|
https://teams.microsoft.com: true
|
|
https://virtualspeech.com: true
|
|
content.media.audio_video_capture:
|
|
https://teams.microsoft.com: true
|
|
content.media.video_capture:
|
|
https://teams.microsoft.com: true
|
|
content.mouse_lock:
|
|
http://www.windows93.net: true
|
|
content.notifications.enabled:
|
|
https://app.cinny.in: true
|
|
content.register_protocol_handler:
|
|
https://calendar.google.com?cid=%25s: true
|
|
https://mail.google.com?extsrc=mailto&url=%25s: true
|
|
fonts.debug_console:
|
|
global: default_size default_family
|
|
fonts.default_family:
|
|
global: Ubuntu
|
|
fonts.prompts:
|
|
global: default_size sans-serif
|
|
fonts.statusbar:
|
|
global: default_size Ubuntu Mono
|
|
fonts.web.family.fixed:
|
|
global: Ubuntu Mono
|
|
fonts.web.family.serif:
|
|
global: Ubuntu
|
|
fonts.web.family.standard:
|
|
global: Ubuntu
|
|
tabs.show:
|
|
global: never
|
|
tabs.tabs_are_windows:
|
|
global: true
|