From b7ef29a8886a57aadb787807a7c6cf74c1f0ed3a Mon Sep 17 00:00:00 2001 From: anand Date: Wed, 17 Dec 2025 15:57:55 +0530 Subject: Nixos --- qutebrowser/autoconfig.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 qutebrowser/autoconfig.yml (limited to 'qutebrowser/autoconfig.yml') diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml new file mode 100755 index 0000000..cec9d33 --- /dev/null +++ b/qutebrowser/autoconfig.yml @@ -0,0 +1,31 @@ +# 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/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. + +config_version: 2 +settings: + colors.webpage.darkmode.enabled: + global: false + content.blocking.method: + global: auto + content.desktop_capture: + https://discord.com: true + content.javascript.clipboard: + https://chatgpt.com: access-paste + https://github.com: access-paste + content.notifications.enabled: + https://www.lenovo.com: false + https://www.youtube.com: false + content.register_protocol_handler: + https://app.tuta.com#url=%25s: false + https://mail.google.com?extsrc=mailto&url=%25s: false + https://mov.im: false + https://outlook.office.com?mailtouri=%25s: false + url.default_page: + global: about:blank + url.searchengines: + global: + DEFAULT: https://www.startpage.com/do/search?query={}&lui=english + wa: https://wiki.archlinux.org/?search={} -- cgit v1.2.3