Fix small config issues
This commit is contained in:
parent
0ce822638d
commit
4759667811
6 changed files with 13 additions and 12 deletions
|
@ -10,6 +10,7 @@ def init(c):
|
|||
c.content.headers.custom = {
|
||||
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
||||
}
|
||||
c.content.tls.certificate_errors = 'block'
|
||||
|
||||
c.downloads.position = 'bottom'
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ def init(c):
|
|||
c.bind(',b', 'spawn chromium {url}')
|
||||
c.bind(',B', 'hint links spawn chromium {hint-url}')
|
||||
|
||||
c.bind(',j', 'spawn --userscript format_json')
|
||||
c.bind(',j', 'spawn --userscript format_json dracula')
|
||||
|
||||
c.bind(',g', 'open {url:scheme}://github1s.com{url:path}{url:query}')
|
||||
c.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue