diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-15 16:31:56 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-15 16:47:43 +0100 |
commit | 3b2a78935fd6550521f719a10e5b0fceb1ddb350 (patch) | |
tree | 7c50801d6bb5b7abba3df6352ed43df454a4dbcb /config/old/qutebrowser/autoconfig.yml |
Not really but, First commit!
Diffstat (limited to 'config/old/qutebrowser/autoconfig.yml')
-rw-r--r-- | config/old/qutebrowser/autoconfig.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/old/qutebrowser/autoconfig.yml b/config/old/qutebrowser/autoconfig.yml new file mode 100644 index 0000000..443b1fa --- /dev/null +++ b/config/old/qutebrowser/autoconfig.yml @@ -0,0 +1,10 @@ +# 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. + +config_version: 2 +settings: + colors.webpage.darkmode.enabled: + global: false |