update qutebrowser

This commit is contained in:
Felix Van der Jeugt 2017-05-17 09:41:50 +02:00
parent 9191409670
commit ece16dfaf5
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 25 additions and 3 deletions

View File

@ -95,8 +95,8 @@ editor = st -e nvim "{}"
editor-encoding = utf-8 editor-encoding = utf-8
# private-browsing (Bool): # private-browsing (Bool):
# Do not record visited pages in the history or store web page # Open new windows in private browsing mode which does not record
# icons. # visited pages.
# Valid values: true, false # Valid values: true, false
# Default: false # Default: false
private-browsing = false private-browsing = false
@ -934,7 +934,7 @@ cookies-accept = no-3rdparty
# cookies-store (Bool): # cookies-store (Bool):
# Whether to store cookies. Note this option needs a restart with # Whether to store cookies. Note this option needs a restart with
# QtWebEngine. # QtWebEngine on Qt < 5.9.
# Valid values: true, false # Valid values: true, false
# Default: true # Default: true
cookies-store = true cookies-store = true
@ -1183,6 +1183,16 @@ statusbar.fg = white
# Default: black # Default: black
statusbar.bg = black statusbar.bg = black
# statusbar.fg.private (QssColor):
# Foreground color of the statusbar in private browsing mode.
# Default: ${statusbar.fg}
statusbar.fg.private = ${statusbar.fg}
# statusbar.bg.private (QssColor):
# Background color of the statusbar in private browsing mode.
# Default: #666666
statusbar.bg.private = #666666
# statusbar.fg.insert (QssColor): # statusbar.fg.insert (QssColor):
# Foreground color of the statusbar in insert mode. # Foreground color of the statusbar in insert mode.
# Default: ${statusbar.fg} # Default: ${statusbar.fg}
@ -1203,6 +1213,18 @@ statusbar.fg.command = ${statusbar.fg}
# Default: ${statusbar.bg} # Default: ${statusbar.bg}
statusbar.bg.command = ${statusbar.bg} statusbar.bg.command = ${statusbar.bg}
# statusbar.fg.command.private (QssColor):
# Foreground color of the statusbar in private browsing + command
# mode.
# Default: ${statusbar.fg.private}
statusbar.fg.command.private = ${statusbar.fg.private}
# statusbar.bg.command.private (QssColor):
# Background color of the statusbar in private browsing + command
# mode.
# Default: ${statusbar.bg.private}
statusbar.bg.command.private = ${statusbar.bg.private}
# statusbar.fg.caret (QssColor): # statusbar.fg.caret (QssColor):
# Foreground color of the statusbar in caret mode. # Foreground color of the statusbar in caret mode.
# Default: ${statusbar.fg} # Default: ${statusbar.fg}