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:
|
||||
global: webkit
|
||||
content.cookies.store:
|
||||
global: false
|
||||
global: true
|
||||
content.default_encoding:
|
||||
global: utf-8
|
||||
content.headers.accept_language:
|
||||
global: de-DE,de,en
|
||||
content.pdfjs:
|
||||
global: true
|
||||
editor.encoding:
|
||||
global: utf-8
|
||||
scrolling.smooth:
|
||||
global: true
|
||||
url.searchengines:
|
||||
global:
|
||||
DEFAULT: https://duckduckgo.com/?q={}
|
||||
|
|
Loading…
Reference in a new issue