diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-17 15:57:55 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-17 15:57:55 +0530 |
| commit | b7ef29a8886a57aadb787807a7c6cf74c1f0ed3a (patch) | |
| tree | 366a68240fbc9da6b1d567bd6c46d1350ad814de /qutebrowser/autoconfig.yml | |
Nixos
Diffstat (limited to 'qutebrowser/autoconfig.yml')
| -rwxr-xr-x | qutebrowser/autoconfig.yml | 31 |
1 files changed, 31 insertions, 0 deletions
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={} |
