33 lines
1.0 KiB
YAML
33 lines
1.0 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/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:
|
||
|
auto_save.session:
|
||
|
global: false
|
||
|
colors.webpage.preferred_color_scheme:
|
||
|
global: dark
|
||
|
content.autoplay:
|
||
|
global: false
|
||
|
content.blocking.enabled:
|
||
|
global: true
|
||
|
content.blocking.method:
|
||
|
global: both
|
||
|
content.register_protocol_handler:
|
||
|
https://outlook.live.com?mailtouri=%25s: true
|
||
|
https://outlook.office.com?mailtouri=%25s: true
|
||
|
fonts.default_family:
|
||
|
global: Cascadia Code
|
||
|
fonts.default_size:
|
||
|
global: 12pt
|
||
|
url.default_page:
|
||
|
global: searx.mchalupiak.com
|
||
|
url.searchengines:
|
||
|
global:
|
||
|
DEFAULT: searx.mchalupiak.com/search?q={}
|
||
|
url.start_pages:
|
||
|
global: searx.mchalupiak.com
|