72 lines
1.9 KiB
YAML
72 lines
1.9 KiB
YAML
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
|
# via config.load_autoconfig(). For more information, see:
|
|
# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
|
|
# 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: close
|
|
backend:
|
|
global: webengine
|
|
bindings.commands:
|
|
global:
|
|
normal:
|
|
<Ctrl+j>d: config-unset --pattern="{url:domain}" content.javascript.enabled
|
|
<Ctrl+j>p: set --pattern="{url:domain}" --print content.javascript.enabled
|
|
true ;; reload
|
|
<Ctrl+j>t: set --temp --pattern="{url:domain}" --print content.javascript.enabled
|
|
true ;; reload
|
|
gT: tab-prev
|
|
gt: tab-next
|
|
content.autoplay:
|
|
global: false
|
|
content.cache.size:
|
|
global: 52428800
|
|
content.canvas_reading:
|
|
global: true
|
|
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
|
|
content.javascript.enabled:
|
|
global: false
|
|
localhost: true
|
|
content.notifications:
|
|
https://app.element.io: true
|
|
https://cloud.suruatoel.xyz: true
|
|
https://social.tchncs.de: true
|
|
fonts.statusbar:
|
|
global: 10pt default_family
|
|
fonts.tabs.selected:
|
|
global: 10pt Dejavu Sans
|
|
fonts.tabs.unselected:
|
|
global: 10pt Dejavu Sans
|
|
hints.mode:
|
|
global: number
|
|
tabs.padding:
|
|
global:
|
|
bottom: 2
|
|
left: 1
|
|
right: 1
|
|
top: 2
|
|
tabs.position:
|
|
global: left
|
|
tabs.show:
|
|
global: always
|
|
tabs.title.alignment:
|
|
global: left
|
|
tabs.width:
|
|
global: 300
|
|
url.start_pages:
|
|
global: file:///home/oliver/Dokumente/Coding/dashboard/index.htm
|
|
window.hide_decoration:
|
|
global: true
|