blob: 92b68a17efbe1d193dbc63a8728fe308433e4604 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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:
content.notifications.enabled:
https://mail.tutanota.com: false
content.register_protocol_handler:
https://mail.tutanota.com#url=%25s: false
statusbar.show:
global: in-mode
tabs.show:
global: multiple
url.default_page:
global: ~/.config/qutebrowser/startpage/index.html
url.open_base_url:
global: true
url.searchengines:
global:
DEFAULT: http://priv.au/search?q={}&language=en&time_range=&safesearch=0&categories=general
url.start_pages:
global: ~/.config/qutebrowser/startpage/index.html
|