41 lines
1.2 KiB
YAML
41 lines
1.2 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:
|
|
aliases:
|
|
global:
|
|
q: quit
|
|
w: session-save
|
|
wq: quit --save
|
|
auto_save.interval:
|
|
global: 15000
|
|
auto_save.session:
|
|
global: false
|
|
colors.webpage.prefers_color_scheme_dark:
|
|
global: true
|
|
content.blocking.adblock.lists:
|
|
global:
|
|
- https://easylist.to/easylist/easylist.txt
|
|
- https://easylist.to/easylist/easyprivacy.tQQxt
|
|
content.blocking.method:
|
|
global: both
|
|
content.cookies.store:
|
|
global: false
|
|
content.default_encoding:
|
|
global: utf-8
|
|
content.headers.accept_language:
|
|
global: de-DE,de,en
|
|
content.pdfjs:
|
|
global: true
|
|
editor.encoding:
|
|
global: utf-8
|
|
scrolling.smooth:
|
|
global: true
|
|
url.searchengines:
|
|
global:
|
|
DEFAULT: https://duckduckgo.com/?q={}
|
|
google: https://google.com/search?q={}
|