qutebrowser: Update autoconfig
This commit is contained in:
parent
9256ff7a23
commit
5a73c6a726
1 changed files with 36 additions and 4 deletions
|
|
@ -1,17 +1,32 @@
|
||||||
|
# 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.
|
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||||
# Instead, create a config.py - see :help for details.
|
# Instead, create a config.py - see :help for details.
|
||||||
|
|
||||||
config_version: 2
|
config_version: 2
|
||||||
settings:
|
settings:
|
||||||
|
aliases:
|
||||||
|
global:
|
||||||
|
q: close
|
||||||
|
backend:
|
||||||
|
global: webengine
|
||||||
bindings.commands:
|
bindings.commands:
|
||||||
global:
|
global:
|
||||||
normal:
|
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-prev
|
||||||
gt: tab-next
|
gt: tab-next
|
||||||
content.autoplay:
|
content.autoplay:
|
||||||
global: false
|
global: false
|
||||||
content.cache.size:
|
content.cache.size:
|
||||||
global: 52428800
|
global: 52428800
|
||||||
|
content.canvas_reading:
|
||||||
|
global: true
|
||||||
content.cookies.accept:
|
content.cookies.accept:
|
||||||
global: no-3rdparty
|
global: no-3rdparty
|
||||||
content.default_encoding:
|
content.default_encoding:
|
||||||
|
|
@ -22,8 +37,21 @@ settings:
|
||||||
global: true
|
global: true
|
||||||
content.javascript.can_access_clipboard:
|
content.javascript.can_access_clipboard:
|
||||||
global: false
|
global: false
|
||||||
hints.chars:
|
content.javascript.enabled:
|
||||||
global: abcdefghijlmnoprstuvz
|
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:
|
tabs.padding:
|
||||||
global:
|
global:
|
||||||
bottom: 2
|
bottom: 2
|
||||||
|
|
@ -32,9 +60,13 @@ settings:
|
||||||
top: 2
|
top: 2
|
||||||
tabs.position:
|
tabs.position:
|
||||||
global: left
|
global: left
|
||||||
tabs.title.format_pinned:
|
tabs.show:
|
||||||
global: "{audio}{index}: \U0001F4CC {title}"
|
global: always
|
||||||
|
tabs.title.alignment:
|
||||||
|
global: left
|
||||||
tabs.width:
|
tabs.width:
|
||||||
global: 300
|
global: 300
|
||||||
url.start_pages:
|
url.start_pages:
|
||||||
global: file:///home/oliver/Dokumente/Coding/dashboard/index.htm
|
global: file:///home/oliver/Dokumente/Coding/dashboard/index.htm
|
||||||
|
window.hide_decoration:
|
||||||
|
global: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue