From 73b541b1faf9ad22fefb10bd6a111bf59d519e2d Mon Sep 17 00:00:00 2001 From: coderkun Date: Sat, 18 Aug 2018 12:39:33 +0200 Subject: [PATCH] Add Qutebrowser configuration --- qutebrowser/autoconfig.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 qutebrowser/autoconfig.yml diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml new file mode 100644 index 0000000..2620d05 --- /dev/null +++ b/qutebrowser/autoconfig.yml @@ -0,0 +1,26 @@ +# 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 + url.start_pages: + global: file:///home/oliver/Dokumente/Coding/dashboard/index.htm