2020-09-29 07:02:28 +00: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:
|
|
|
|
aliases:
|
|
|
|
global:
|
|
|
|
q: close
|
|
|
|
qa: quit
|
|
|
|
w: session-save
|
|
|
|
wq: quit --save
|
|
|
|
wqa: quit --save
|
|
|
|
auto_save.interval:
|
|
|
|
global: 15000
|
|
|
|
auto_save.session:
|
2020-10-19 20:19:09 +00:00
|
|
|
global: false
|
2020-09-29 07:02:28 +00:00
|
|
|
backend:
|
|
|
|
global: webengine
|
|
|
|
bindings.commands:
|
|
|
|
global:
|
|
|
|
insert: {}
|
|
|
|
colors.webpage.darkmode.enabled:
|
|
|
|
global: false
|
2020-10-19 20:19:09 +00:00
|
|
|
completion.web_history.max_items:
|
|
|
|
global: 0
|
2020-09-29 07:02:28 +00:00
|
|
|
content.autoplay:
|
|
|
|
global: false
|
2020-10-19 20:19:09 +00:00
|
|
|
content.cache.size:
|
|
|
|
global: 0
|
2020-09-29 07:02:28 +00:00
|
|
|
content.cookies.accept:
|
|
|
|
global: no-3rdparty
|
|
|
|
content.cookies.store:
|
|
|
|
global: false
|
2021-02-01 00:32:55 +00:00
|
|
|
content.javascript.enabled:
|
|
|
|
global: false
|
2020-09-29 07:02:28 +00:00
|
|
|
content.local_storage:
|
|
|
|
global: true
|
|
|
|
content.notifications:
|
|
|
|
https://app.slack.com: true
|
|
|
|
content.webrtc_ip_handling_policy:
|
|
|
|
global: all-interfaces
|
|
|
|
content.xss_auditing:
|
|
|
|
global: false
|
|
|
|
downloads.location.directory:
|
2020-10-09 00:19:38 +00:00
|
|
|
global: ~/downloads
|
2020-09-29 07:02:28 +00:00
|
|
|
downloads.location.prompt:
|
|
|
|
global: true
|
|
|
|
downloads.location.remember:
|
|
|
|
global: true
|
|
|
|
downloads.location.suggestion:
|
|
|
|
global: path
|
|
|
|
downloads.open_dispatcher:
|
|
|
|
global: null
|
|
|
|
downloads.position:
|
|
|
|
global: top
|
|
|
|
downloads.remove_finished:
|
|
|
|
global: -1
|
|
|
|
editor.command:
|
|
|
|
global:
|
|
|
|
- kitty
|
|
|
|
- nvim
|
|
|
|
- -f
|
|
|
|
- '{file}'
|
|
|
|
- -c
|
|
|
|
- normal {line}G{column0}l
|
|
|
|
editor.encoding:
|
|
|
|
global: utf-8
|
|
|
|
fonts.default_family:
|
2020-10-09 00:19:38 +00:00
|
|
|
global: JetBrains Mono
|
|
|
|
fonts.default_size:
|
|
|
|
global: 8pt
|
2020-09-29 07:02:28 +00:00
|
|
|
fonts.web.family.fixed:
|
2020-10-09 00:19:38 +00:00
|
|
|
global: JetBrains Mono
|
2020-09-29 07:02:28 +00:00
|
|
|
fonts.web.family.sans_serif:
|
|
|
|
global: IBM Plex Sans
|
|
|
|
fonts.web.family.serif:
|
|
|
|
global: IBM Plex Serif
|
|
|
|
fonts.web.family.standard:
|
|
|
|
global: IBM Plex Sans
|
|
|
|
fonts.web.size.default:
|
|
|
|
global: 16
|
|
|
|
url.default_page:
|
2020-10-09 00:19:38 +00:00
|
|
|
global: http://search.m
|
2020-10-13 17:48:43 +00:00
|
|
|
url.searchengines:
|
|
|
|
global:
|
2020-10-19 20:19:09 +00:00
|
|
|
DEFAULT: http://search.m/?q={}
|
2020-09-29 07:02:28 +00:00
|
|
|
url.start_pages:
|
2020-10-09 00:19:38 +00:00
|
|
|
global: http://search.m
|
2020-09-29 07:02:28 +00:00
|
|
|
window.title_format:
|
|
|
|
global: '{perc}{host}{title_sep}qutebrowser'
|