diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index b088ee2..0a0235f 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -1,3 +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 # DO NOT edit this file by hand, qutebrowser will overwrite it. # Instead, create a config.py - see :help for details. @@ -12,8 +15,16 @@ settings: global: 15000 auto_save.session: global: false - content.cookies.store: + colors.webpage.prefers_color_scheme_dark: global: true + content.blocking.adblock.lists: + global: + - https://easylist.to/easylist/easylist.txt + - https://easylist.to/easylist/easyprivacy.tQQxt + content.blocking.method: + global: both + content.cookies.store: + global: false content.default_encoding: global: utf-8 content.headers.accept_language: diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls new file mode 100644 index 0000000..e69de29 diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks new file mode 100644 index 0000000..e69de29