2022-04-07 18:49:13 -05:00
|
|
|
# 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:
|
|
|
|
normal:
|
|
|
|
',p': spawn --userscript qutepocket
|
2022-04-14 08:34:08 -05:00
|
|
|
',m': spawn --userscript view_in_mpv
|
2022-04-07 18:49:13 -05:00
|
|
|
content.canvas_reading:
|
|
|
|
global: false
|
|
|
|
content.geolocation:
|
|
|
|
global: false
|
|
|
|
content.headers.accept_language:
|
|
|
|
global: en-US,en;q=0.5
|
|
|
|
content.headers.custom:
|
|
|
|
global:
|
|
|
|
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
|
|
|
content.headers.user_agent:
|
|
|
|
global: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
|
|
|
|
content.notifications.enabled:
|
|
|
|
global: false
|
|
|
|
spellcheck.languages:
|
|
|
|
global:
|
|
|
|
- en-US
|