update qutebrowser

This commit is contained in:
Felix Van der Jeugt 2016-11-22 11:42:15 +01:00
parent 40db9f8a46
commit 813e0b3951

View File

@ -237,11 +237,15 @@ url-incdec-segments = path,query
# Valid values: true, false # Valid values: true, false
# Default: false # Default: false
# #
# user-stylesheet (UserStyleSheet): # user-stylesheet (File):
# User stylesheet to use (absolute filename, filename relative to # User stylesheet to use (absolute filename or filename relative to
# the config directory or CSS string). Will expand environment # the config directory). Will expand environment variables.
# variables. # Default:
# Default: html > ::-webkit-scrollbar { width: 0px; height: 0px; } #
# hide-scrollbar (Bool):
# Hide the main scrollbar.
# Valid values: true, false
# Default: true
# #
# css-media-type (String): # css-media-type (String):
# Set the CSS media type. # Set the CSS media type.
@ -277,6 +281,7 @@ url-incdec-segments = path,query
# * `{id}`: The internal window ID of this window. # * `{id}`: The internal window ID of this window.
# * `{scroll_pos}`: The page scroll position. # * `{scroll_pos}`: The page scroll position.
# * `{host}`: The host of the current web page. # * `{host}`: The host of the current web page.
# * `{backend}`: Either 'webkit' or 'webengine'
# Default: {perc}{title}{title_sep}qutebrowser # Default: {perc}{title}{title_sep}qutebrowser
# #
# modal-js-dialog (Bool): # modal-js-dialog (Bool):
@ -307,7 +312,8 @@ message-unfocused = false
confirm-quit = downloads confirm-quit = downloads
zoom-text-only = false zoom-text-only = false
frame-flattening = false frame-flattening = false
user-stylesheet = ::-webkit-scrollbar { width: 0px; height: 0px; } user-stylesheet =
hide-scrollbar = true
css-media-type = css-media-type =
smooth-scrolling = true smooth-scrolling = true
remove-finished-downloads = -1 remove-finished-downloads = -1
@ -636,6 +642,7 @@ mouse-zoom-divider = 512
# * `{id}`: The internal tab ID of this tab. # * `{id}`: The internal tab ID of this tab.
# * `{scroll_pos}`: The page scroll position. # * `{scroll_pos}`: The page scroll position.
# * `{host}`: The host of the current web page. # * `{host}`: The host of the current web page.
# * `{backend}`: Either 'webkit' or 'webengine'
# Default: {index}: {title} # Default: {index}: {title}
# #
# title-alignment (TextAlignment): # title-alignment (TextAlignment):
@ -655,7 +662,7 @@ mouse-zoom-divider = 512
# indicator-padding (Padding): # indicator-padding (Padding):
# Padding for indicators (top, bottom, left, right). # Padding for indicators (top, bottom, left, right).
# Default: 2,2,0,4 # Default: 2,2,0,4
background-tabs = true background-tabs = false
select-on-remove = next select-on-remove = next
new-tab-position = next new-tab-position = next
new-tab-position-explicit = next new-tab-position-explicit = next