From 0bac3c5fb7ce4683229d06f607235fe77f1ef09c Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 14 Jul 2020 13:15:37 +0200 Subject: [PATCH] update qutebrowser config --- config/qutebrowser/autoconfig.yml | 56 +++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 3 deletions(-) diff --git a/config/qutebrowser/autoconfig.yml b/config/qutebrowser/autoconfig.yml index e293ea8..8cd33eb 100644 --- a/config/qutebrowser/autoconfig.yml +++ b/config/qutebrowser/autoconfig.yml @@ -1,6 +1,56 @@ # DO NOT edit this file by hand, qutebrowser will overwrite it. # Instead, create a config.py - see :help for details. -config_version: 1 -global: - content.local_content_can_access_remote_urls: true +config_version: 2 +settings: + aliases: + global: + q: close + qa: quit + w: session-save + wq: quit --save + wqa: quit --save + auto_save.interval: + global: 15000 + auto_save.session: + global: true + backend: + global: webengine + bindings.commands: + global: + normal: + t: set-cmd-text -s :open -t + bindings.key_mappings: + global: + : + : + : + : + : + : + : + : + content.local_content_can_access_remote_urls: + global: true + qt.highdpi: + global: false + zoom.default: + global: 130% + zoom.levels: + global: + - 25% + - 33% + - 50% + - 67% + - 75% + - 90% + - 100% + - 110% + - 125% + - 150% + - 175% + - 200% + - 250% + - 300% + - 400% + - 500%