From b1ca2e3e15d960949a6ced1b8145e9f245cc817c Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 3 Feb 2024 07:20:36 -0500 Subject: qutebrowser: Update config --- .config/qutebrowser/autoconfig.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index 662a1df..4defa1d 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -1,6 +1,6 @@ # 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 +# https://github.com/qutebrowser/qutebrowser/blob/main/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. @@ -16,6 +16,10 @@ settings: q: tab-close colors.webpage.darkmode.enabled: global: true + confirm_quit: + global: + - multiple-tabs + - downloads content.autoplay: global: false content.blocking.adblock.lists: @@ -98,6 +102,8 @@ settings: global: false tabs.position: global: bottom + tabs.select_on_remove: + global: last-used tabs.show: global: multiple url.default_page: -- cgit v1.2.3