40 lines
937 B
YAML
40 lines
937 B
YAML
# 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
|
|
hints.chars:
|
|
global: abcdefghijlmnoprstuvz
|
|
tabs.padding:
|
|
global:
|
|
bottom: 2
|
|
left: 1
|
|
right: 1
|
|
top: 2
|
|
tabs.position:
|
|
global: left
|
|
tabs.title.format_pinned:
|
|
global: "{audio}{index}: \U0001F4CC {title}"
|
|
tabs.width:
|
|
global: 300
|
|
url.start_pages:
|
|
global: file:///home/oliver/Dokumente/Coding/dashboard/index.htm
|