blob: b66b23316ab34e089b0d77b6cb6414e033c1b7f2 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
# 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
backend:
global: webengine
bindings.commands:
global:
normal:
<Ctrl+m>: hint links spawn --detach /usr/local/bin/mpv {hint-url}
O: set-cmd-text -s :open -t -s
x: tab-close
content.canvas_reading:
global: false
content.cookies.accept:
global: no-3rdparty
content.cookies.store:
global: true
content.desktop_capture:
https://meet.jit.si: true
content.geolocation:
https://www.fandango.com: 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.host_blocking.enabled:
global: false
content.media_capture:
https://asm.smartmusic.com: true
https://meet.jit.si: true
content.notifications:
http://192.168.0.53:8096: true
http://192.168.1.12:8096: true
https://beta.protonmail.com: true
https://cloud.boomer.cf: true
https://cloud.cumzone.xyz: true
https://media.boomer.cf: true
https://media.cumzone.xyz: true
https://na.op.gg: false
https://www.reddit.com: false
content.proxy:
global: none
content.ssl_strict:
global: true
content.webgl:
global: false
content.webrtc_ip_handling_policy:
global: default-public-interface-only
fonts.debug_console:
global: default_size default_family
fonts.default_family:
global: JetBrains Mono
fonts.default_size:
global: 10pt
fonts.web.family.fantasy:
global: null
fonts.web.family.sans_serif:
global: null
fonts.web.family.standard:
global: null
qt.force_platformtheme:
global: qt5ctl
qt.highdpi:
global: true
statusbar.show:
global: never
tabs.max_width:
global: -1
tabs.position:
global: top
tabs.show:
global: multiple
tabs.width:
global: 15%
url.default_page:
global: /home/train/work/startpage/index.html
url.searchengines:
global:
DEFAULT: http://search.cumzone.xyz/searx/?q={}
url.start_pages:
global: /home/train/work/startpage/index.html
|