diff options
author | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
commit | d319d894da2be96eaca81aeca62c4f53bb528c56 (patch) | |
tree | dfcdf7e377279975fe03ec481126f38b93963f0d /qutebrowser/autoconfig.yml | |
parent | 4f30cb66ec97ba242ff87c8c0a148d4860b52a9b (diff) | |
download | dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.tar.gz dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.zip |
light themes
Diffstat (limited to 'qutebrowser/autoconfig.yml')
-rw-r--r-- | qutebrowser/autoconfig.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml new file mode 100644 index 0000000..233f20a --- /dev/null +++ b/qutebrowser/autoconfig.yml @@ -0,0 +1,33 @@ +# 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: + auto_save.session: + global: true + colors.webpage.darkmode.enabled: + global: false + colors.webpage.darkmode.policy.images: + global: never + content.geolocation: + https://rutube.ru: true + content.notifications.enabled: + https://fe.disroot.org: false + https://jira.astralinux.ru: true + https://life.ru: false + https://online.hitpaw.com: false + https://quietplace.xyz: true + downloads.remove_finished: + global: 1 + fonts.web.size.minimum: + global: 20 + fonts.web.size.minimum_logical: + global: 14 + url.default_page: + global: https://search.thedroth.rocks + url.searchengines: + global: + DEFAULT: https://search.thedroth.rocks/?q={} |