From 4e97538164630b297b8552dfb06c0865b2acb1ef Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Mon, 23 Oct 2023 00:35:21 +0200 Subject: [PATCH] updates --- qutebrowser/autoconfig.yml | 6 ++++-- ranger/rc.conf | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index c52b48e..6de1682 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -1,6 +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 +# 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. @@ -34,7 +34,9 @@ settings: colors.tabs.odd.fg: global: black colors.webpage.darkmode.enabled: - global: false + global: true + colors.webpage.darkmode.increase_text_contrast: + global: true content.register_protocol_handler: https://mail.google.com?extsrc=mailto&url=%25s: true content.tls.certificate_errors: diff --git a/ranger/rc.conf b/ranger/rc.conf index 7c9b697..7389537 100644 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -1,6 +1,4 @@ set show_hidden true -set confirm_on_delete never -set preview_script ~/.config/ranger/scope.sh set vcs_aware true set preview_images true set preview_images_method ueberzug