update qutebrowser

This commit is contained in:
Felix Van der Jeugt 2016-03-19 10:35:37 +01:00
parent e116b6ae57
commit 154c8e40cc
1 changed files with 5 additions and 4 deletions

View File

@ -895,7 +895,7 @@ enable-pdfjs = false
# words. # words.
# Default: letter # Default: letter
# #
# chars (String): # chars (UniqueCharString):
# Chars used for hint strings. # Chars used for hint strings.
# Default: asdfghjkl # Default: asdfghjkl
# #
@ -919,7 +919,8 @@ enable-pdfjs = false
# Default: /usr/share/dict/words # Default: /usr/share/dict/words
# #
# auto-follow (Bool): # auto-follow (Bool):
# Whether to auto-follow a hint if there's only one left. # Follow a hint immediately when the hint text is completely
# matched.
# Valid values: true, false # Valid values: true, false
# Default: true # Default: true
# #
@ -1317,8 +1318,8 @@ webpage.bg = white
# _monospace (Font): # _monospace (Font):
# Default monospace fonts. # Default monospace fonts.
# Default: Terminus, Monospace, "DejaVu Sans Mono", Monaco, # Default: Terminus, Monospace, "DejaVu Sans Mono", Monaco,
# "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", # "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier,
# "Courier New", Courier, monospace, Fixed, Consolas, Terminal # "Liberation Mono", monospace, Fixed, Consolas, Terminal
# #
# completion (Font): # completion (Font):
# Font used in the completion widget. # Font used in the completion widget.