update qutebrowser

This commit is contained in:
Felix Van der Jeugt 2017-05-01 16:26:12 +02:00
parent 55376c70d7
commit adf8a5ed73
No known key found for this signature in database
GPG Key ID: 58B209295023754D

View File

@ -667,6 +667,12 @@ position = top
# Default: true # Default: true
show-favicons = true show-favicons = true
# favicon-scale (Float):
# Scale for favicons in the tab bar. The tab size is unchanged, so
# big favicons also require extra `tabs->padding`.
# Default: 1.0
favicon-scale = 1.0
# width (PercOrInt): # width (PercOrInt):
# The width of the tab bar if it's vertical, in px or as percentage # The width of the tab bar if it's vertical, in px or as percentage
# of the window. # of the window.
@ -1484,9 +1490,9 @@ prompts.selected.bg = #308cc6
# _monospace (Font): # _monospace (Font):
# Default monospace fonts. # Default monospace fonts.
# Default: Terminus, Monospace, "DejaVu Sans Mono", Monaco, # Default: xos4 Terminus, Terminus, Monospace, "DejaVu Sans Mono",
# "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, # Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New",
# "Liberation Mono", monospace, Fixed, Consolas, Terminal # Courier, "Liberation Mono", 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 _monospace = Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal
# completion (Font): # completion (Font):