From d72261c3a67754bd53e3ebfb60870b2876d697a6 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 1 Mar 2020 18:56:33 +0100 Subject: [PATCH] Simplify Qutebrowser config --- dotfiles/qutebrowser.org | 469 ++++----------------------------------- 1 file changed, 40 insertions(+), 429 deletions(-) diff --git a/dotfiles/qutebrowser.org b/dotfiles/qutebrowser.org index 731957d..2a2e899 100644 --- a/dotfiles/qutebrowser.org +++ b/dotfiles/qutebrowser.org @@ -31,384 +31,57 @@ import sys, os * General config #+BEGIN_SRC conf -# This is here so configs done via the GUI are still loaded. -# Remove it to not load settings done via the GUI. -# config.load_autoconfig() - -# Aliases for commands. The keys of the given dictionary are the c.aliases = {'w': 'session-save', 'q': 'quit', 'wq': 'quit --save'} - -# Time interval (in milliseconds) between auto-saves of config/cookies/etc. -c.auto_save.interval = 15000 - -# Always restore open sites when qutebrowser is reopened. c.auto_save.session = False - -# Backend to use to display websites c.backend = 'webengine' - -# Require a confirmation before quitting the application. -# Valid values: -# - always: Always show a confirmation. -# - multiple-tabs: Show a confirmation if multiple tabs are opened. -# - downloads: Show a confirmation if downloads are running -# - never: Never show a confirmation. c.confirm_quit = ['downloads'] #+END_SRC * Content #+BEGIN_SRC conf - # Automatically start playing `