qutebrowser - update
This commit is contained in:
parent
075856387b
commit
89b2af2fc9
@ -281,10 +281,11 @@ url-incdec-segments = path,query
|
||||
# Valid values: true, false
|
||||
# Default: false
|
||||
#
|
||||
# show-keyhints (Bool):
|
||||
# Show possible keychains based on the current keystring
|
||||
# Valid values: true, false
|
||||
# Default: true
|
||||
# keyhint-blacklist (List):
|
||||
# Keychains that shouldn't be shown in the keyhint dialog
|
||||
# Globs are supported, so ';*' will blacklist all keychainsstarting
|
||||
# with ';'. Use '*' to disable keyhints
|
||||
# Default:
|
||||
zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
|
||||
default-zoom = 100%
|
||||
downloads-position = top
|
||||
@ -304,7 +305,7 @@ window-title-format = {perc}{title}{title_sep}qutebrowser
|
||||
hide-mouse-cursor = false
|
||||
modal-js-dialog = false
|
||||
hide-wayland-decoration = false
|
||||
show-keyhints = true
|
||||
keyhint-blacklist =
|
||||
|
||||
[network]
|
||||
# Settings related to the network.
|
||||
@ -442,11 +443,15 @@ scrollbar-padding = 2
|
||||
#
|
||||
# timeout (Int):
|
||||
# Timeout for ambiguous key bindings.
|
||||
# If the current input forms both a complete match and a partial
|
||||
# match, the complete match will be executed after this time.
|
||||
# Default: 500
|
||||
#
|
||||
# partial-timeout (Int):
|
||||
# Timeout for partially typed key bindings.
|
||||
# Default: 2500
|
||||
# If the current input forms only partial matches, the keystring
|
||||
# will be cleared after this time.
|
||||
# Default: 5000
|
||||
#
|
||||
# insert-mode-on-plugins (Bool):
|
||||
# Whether to switch to insert mode when clicking flash and other
|
||||
|
Loading…
Reference in New Issue
Block a user