updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
||||||
# via config.load_autoconfig(). For more information, see:
|
# 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.
|
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||||
# Instead, create a config.py - see :help for details.
|
# Instead, create a config.py - see :help for details.
|
||||||
|
|
||||||
@@ -34,7 +34,9 @@ settings:
|
|||||||
colors.tabs.odd.fg:
|
colors.tabs.odd.fg:
|
||||||
global: black
|
global: black
|
||||||
colors.webpage.darkmode.enabled:
|
colors.webpage.darkmode.enabled:
|
||||||
global: false
|
global: true
|
||||||
|
colors.webpage.darkmode.increase_text_contrast:
|
||||||
|
global: true
|
||||||
content.register_protocol_handler:
|
content.register_protocol_handler:
|
||||||
https://mail.google.com?extsrc=mailto&url=%25s: true
|
https://mail.google.com?extsrc=mailto&url=%25s: true
|
||||||
content.tls.certificate_errors:
|
content.tls.certificate_errors:
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
set show_hidden true
|
set show_hidden true
|
||||||
set confirm_on_delete never
|
|
||||||
set preview_script ~/.config/ranger/scope.sh
|
|
||||||
set vcs_aware true
|
set vcs_aware true
|
||||||
set preview_images true
|
set preview_images true
|
||||||
set preview_images_method ueberzug
|
set preview_images_method ueberzug
|
||||||
|
|||||||
Reference in New Issue
Block a user