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