added qutebrowser config
This commit is contained in:
parent
4c2c59f717
commit
a87b4676ff
1 changed files with 28 additions and 0 deletions
28
.config/qutebrowser/autoconfig.yml
Normal file
28
.config/qutebrowser/autoconfig.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# 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: quit
|
||||||
|
w: session-save
|
||||||
|
wq: quit --save
|
||||||
|
auto_save.interval:
|
||||||
|
global: 15000
|
||||||
|
auto_save.session:
|
||||||
|
global: false
|
||||||
|
backend:
|
||||||
|
global: webkit
|
||||||
|
content.cookies.store:
|
||||||
|
global: false
|
||||||
|
content.default_encoding:
|
||||||
|
global: utf-8
|
||||||
|
content.headers.accept_language:
|
||||||
|
global: de-DE,de,en
|
||||||
|
content.pdfjs:
|
||||||
|
global: true
|
||||||
|
url.searchengines:
|
||||||
|
global:
|
||||||
|
DEFAULT: https://duckduckgo.com/?q={}
|
||||||
|
google: https://google.com/search?q={}
|
Loading…
Reference in a new issue