qutebrowser - checkout keyhint branch

This commit is contained in:
Felix Van der Jeugt 2016-05-17 14:53:16 +02:00
parent 961bad6e18
commit b2305b6da1
1 changed files with 27 additions and 1 deletions

View File

@ -280,6 +280,11 @@ url-incdec-segments = path,query
# Hide the window decoration when using wayland (requires restart)
# Valid values: true, 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%
default-zoom = 100%
downloads-position = top
@ -299,6 +304,7 @@ window-title-format = {perc}{title}{title_sep}qutebrowser
hide-mouse-cursor = false
modal-js-dialog = false
hide-wayland-decoration = false
show-keyhints = true
[network]
# Settings related to the network.
@ -440,7 +446,7 @@ scrollbar-padding = 2
#
# partial-timeout (Int):
# Timeout for partially typed key bindings.
# Default: 1000
# Default: 2500
#
# insert-mode-on-plugins (Bool):
# 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
# theme's color)
# 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.bg = #333333
completion.alternate-bg = #444444
@ -1313,6 +1331,9 @@ downloads.bg.system = rgb
downloads.fg.error = white
downloads.bg.error = red
webpage.bg = white
keyhint.fg = #FFFFFF
keyhint.fg.suffix = #FFFF00
keyhint.bg = rgba(0, 0, 0, 80%)
[fonts]
# Fonts used for the UI, with optional style/weight/size.
@ -1389,6 +1410,10 @@ webpage.bg = white
# web-size-default-fixed (Int):
# The default font size for fixed-pitch text.
# 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
completion = 8pt ${_monospace}
tabbar = 8pt ${_monospace}
@ -1406,3 +1431,4 @@ web-size-minimum =
web-size-minimum-logical =
web-size-default =
web-size-default-fixed =
keyhint = 8pt ${_monospace}