Add Qutebrowser configuration
This commit is contained in:
parent
bd53f1e12f
commit
73b541b1fa
1 changed files with 26 additions and 0 deletions
26
qutebrowser/autoconfig.yml
Normal file
26
qutebrowser/autoconfig.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||||
|
# Instead, create a config.py - see :help for details.
|
||||||
|
|
||||||
|
config_version: 2
|
||||||
|
settings:
|
||||||
|
bindings.commands:
|
||||||
|
global:
|
||||||
|
normal:
|
||||||
|
gT: tab-prev
|
||||||
|
gt: tab-next
|
||||||
|
content.autoplay:
|
||||||
|
global: false
|
||||||
|
content.cache.size:
|
||||||
|
global: 52428800
|
||||||
|
content.cookies.accept:
|
||||||
|
global: no-3rdparty
|
||||||
|
content.default_encoding:
|
||||||
|
global: utf-8
|
||||||
|
content.headers.accept_language:
|
||||||
|
global: de,en
|
||||||
|
content.javascript.alert:
|
||||||
|
global: true
|
||||||
|
content.javascript.can_access_clipboard:
|
||||||
|
global: false
|
||||||
|
url.start_pages:
|
||||||
|
global: file:///home/oliver/Dokumente/Coding/dashboard/index.htm
|
||||||
Loading…
Add table
Add a link
Reference in a new issue