qutebrowser - checkout keyhint branch
This commit is contained in:
parent
961bad6e18
commit
b2305b6da1
@ -280,6 +280,11 @@ url-incdec-segments = path,query
|
|||||||
# Hide the window decoration when using wayland (requires restart)
|
# Hide the window decoration when using wayland (requires restart)
|
||||||
# Valid values: true, false
|
# Valid values: true, false
|
||||||
# Default: false
|
# Default: false
|
||||||
|
#
|
||||||
|
# show-keyhints (Bool):
|
||||||
|
# Show possible keychains based on the current keystring
|
||||||
|
# Valid values: true, false
|
||||||
|
# Default: true
|
||||||
zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
|
zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
|
||||||
default-zoom = 100%
|
default-zoom = 100%
|
||||||
downloads-position = top
|
downloads-position = top
|
||||||
@ -299,6 +304,7 @@ window-title-format = {perc}{title}{title_sep}qutebrowser
|
|||||||
hide-mouse-cursor = false
|
hide-mouse-cursor = false
|
||||||
modal-js-dialog = false
|
modal-js-dialog = false
|
||||||
hide-wayland-decoration = false
|
hide-wayland-decoration = false
|
||||||
|
show-keyhints = true
|
||||||
|
|
||||||
[network]
|
[network]
|
||||||
# Settings related to the network.
|
# Settings related to the network.
|
||||||
@ -440,7 +446,7 @@ scrollbar-padding = 2
|
|||||||
#
|
#
|
||||||
# partial-timeout (Int):
|
# partial-timeout (Int):
|
||||||
# Timeout for partially typed key bindings.
|
# Timeout for partially typed key bindings.
|
||||||
# Default: 1000
|
# Default: 2500
|
||||||
#
|
#
|
||||||
# insert-mode-on-plugins (Bool):
|
# insert-mode-on-plugins (Bool):
|
||||||
# Whether to switch to insert mode when clicking flash and other
|
# Whether to switch to insert mode when clicking flash and other
|
||||||
@ -1250,6 +1256,18 @@ goto = open
|
|||||||
# Background color for webpages if unset (or empty to use the
|
# Background color for webpages if unset (or empty to use the
|
||||||
# theme's color)
|
# theme's color)
|
||||||
# Default: white
|
# Default: white
|
||||||
|
#
|
||||||
|
# keyhint.fg (QssColor):
|
||||||
|
# Text color for the keyhint widget.
|
||||||
|
# Default: #FFFFFF
|
||||||
|
#
|
||||||
|
# keyhint.fg.suffix (CssColor):
|
||||||
|
# Highlight color for keys to complete the current keychain
|
||||||
|
# Default: #FFFF00
|
||||||
|
#
|
||||||
|
# keyhint.bg (QssColor):
|
||||||
|
# Background color of the keyhint widget.
|
||||||
|
# Default: rgba(0, 0, 0, 80%)
|
||||||
completion.fg = white
|
completion.fg = white
|
||||||
completion.bg = #333333
|
completion.bg = #333333
|
||||||
completion.alternate-bg = #444444
|
completion.alternate-bg = #444444
|
||||||
@ -1313,6 +1331,9 @@ downloads.bg.system = rgb
|
|||||||
downloads.fg.error = white
|
downloads.fg.error = white
|
||||||
downloads.bg.error = red
|
downloads.bg.error = red
|
||||||
webpage.bg = white
|
webpage.bg = white
|
||||||
|
keyhint.fg = #FFFFFF
|
||||||
|
keyhint.fg.suffix = #FFFF00
|
||||||
|
keyhint.bg = rgba(0, 0, 0, 80%)
|
||||||
|
|
||||||
[fonts]
|
[fonts]
|
||||||
# Fonts used for the UI, with optional style/weight/size.
|
# Fonts used for the UI, with optional style/weight/size.
|
||||||
@ -1389,6 +1410,10 @@ webpage.bg = white
|
|||||||
# web-size-default-fixed (Int):
|
# web-size-default-fixed (Int):
|
||||||
# The default font size for fixed-pitch text.
|
# The default font size for fixed-pitch text.
|
||||||
# Default:
|
# Default:
|
||||||
|
#
|
||||||
|
# keyhint (Font):
|
||||||
|
# Font used in the keyhint widget.
|
||||||
|
# Default: 8pt ${_monospace}
|
||||||
_monospace = Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal
|
_monospace = Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal
|
||||||
completion = 8pt ${_monospace}
|
completion = 8pt ${_monospace}
|
||||||
tabbar = 8pt ${_monospace}
|
tabbar = 8pt ${_monospace}
|
||||||
@ -1406,3 +1431,4 @@ web-size-minimum =
|
|||||||
web-size-minimum-logical =
|
web-size-minimum-logical =
|
||||||
web-size-default =
|
web-size-default =
|
||||||
web-size-default-fixed =
|
web-size-default-fixed =
|
||||||
|
keyhint = 8pt ${_monospace}
|
||||||
|
Loading…
Reference in New Issue
Block a user