From 5a73c6a7260623d3d638bd5264c98fba3f6341d0 Mon Sep 17 00:00:00 2001 From: coderkun Date: Sun, 30 Aug 2020 10:53:09 +0200 Subject: [PATCH] qutebrowser: Update autoconfig --- qutebrowser/autoconfig.yml | 40 ++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index eb9cb9a..ff955e9 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -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. # Instead, create a config.py - see :help for details. config_version: 2 settings: + aliases: + global: + q: close + backend: + global: webengine bindings.commands: global: normal: + d: config-unset --pattern="{url:domain}" content.javascript.enabled + p: set --pattern="{url:domain}" --print content.javascript.enabled + true ;; reload + 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: @@ -22,8 +37,21 @@ settings: global: true content.javascript.can_access_clipboard: global: false - hints.chars: - global: abcdefghijlmnoprstuvz + 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 @@ -32,9 +60,13 @@ settings: top: 2 tabs.position: global: left - tabs.title.format_pinned: - global: "{audio}{index}: \U0001F4CC {title}" + 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