blob: 46b73d39fd771701948acbdc74ecbbe542ddb91e (
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
26
27
28
29
30
31
32
33
34
|
# 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.blocking.hosts.lists:
global:
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
content.headers.user_agent:
https://accounts.google.com/*: Mozilla/5.0 ({os_info}; rv:131.0) Gecko/20100101
Firefox/131.0
content.javascript.clipboard:
https://github.com: access-paste
content.notifications.enabled:
https://web.whatsapp.com: true
content.register_protocol_handler:
https://calendar.google.com?cid=%25s: true
https://outlook.office.com?mailtouri=%25s: false
content.user_stylesheets:
global: null
downloads.location.suggestion:
global: both
spellcheck.languages:
global:
- en-US
tabs.last_close:
global: close
url.default_page:
global: file:///home/moreka/.config/qutebrowser/startpage.html
url.start_pages:
global: file:///home/moreka/.config/qutebrowser/startpage.html
|