diff options
Diffstat (limited to 'qute/dot-config/qutebrowser/autoconfig.yml')
| -rw-r--r-- | qute/dot-config/qutebrowser/autoconfig.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/qute/dot-config/qutebrowser/autoconfig.yml b/qute/dot-config/qutebrowser/autoconfig.yml new file mode 100644 index 0000000..46b73d3 --- /dev/null +++ b/qute/dot-config/qutebrowser/autoconfig.yml @@ -0,0 +1,34 @@ +# 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: + content.blocking.hosts.lists: + global: + - https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts + content.headers.user_agent: + https://accounts.google.com/*: Mozilla/5.0 ({os_info}; rv:131.0) Gecko/20100101 + Firefox/131.0 + content.javascript.clipboard: + https://github.com: access-paste + content.notifications.enabled: + https://web.whatsapp.com: true + content.register_protocol_handler: + https://calendar.google.com?cid=%25s: true + https://outlook.office.com?mailtouri=%25s: false + content.user_stylesheets: + global: null + downloads.location.suggestion: + global: both + spellcheck.languages: + global: + - en-US + tabs.last_close: + global: close + url.default_page: + global: file:///home/moreka/.config/qutebrowser/startpage.html + url.start_pages: + global: file:///home/moreka/.config/qutebrowser/startpage.html |
