qutebrowser: Save cookies, enabled smooth scrolling, use UTF-8 by default
This commit is contained in:
parent
7c2c778af4
commit
c021220483
1 changed files with 5 additions and 1 deletions
|
@ -15,13 +15,17 @@ settings:
|
||||||
backend:
|
backend:
|
||||||
global: webkit
|
global: webkit
|
||||||
content.cookies.store:
|
content.cookies.store:
|
||||||
global: false
|
global: true
|
||||||
content.default_encoding:
|
content.default_encoding:
|
||||||
global: utf-8
|
global: utf-8
|
||||||
content.headers.accept_language:
|
content.headers.accept_language:
|
||||||
global: de-DE,de,en
|
global: de-DE,de,en
|
||||||
content.pdfjs:
|
content.pdfjs:
|
||||||
global: true
|
global: true
|
||||||
|
editor.encoding:
|
||||||
|
global: utf-8
|
||||||
|
scrolling.smooth:
|
||||||
|
global: true
|
||||||
url.searchengines:
|
url.searchengines:
|
||||||
global:
|
global:
|
||||||
DEFAULT: https://duckduckgo.com/?q={}
|
DEFAULT: https://duckduckgo.com/?q={}
|
||||||
|
|
Loading…
Reference in a new issue