update qutebrowser
This commit is contained in:
parent
9191409670
commit
ece16dfaf5
@ -95,8 +95,8 @@ editor = st -e nvim "{}"
|
||||
editor-encoding = utf-8
|
||||
|
||||
# private-browsing (Bool):
|
||||
# Do not record visited pages in the history or store web page
|
||||
# icons.
|
||||
# Open new windows in private browsing mode which does not record
|
||||
# visited pages.
|
||||
# Valid values: true, false
|
||||
# Default: false
|
||||
private-browsing = false
|
||||
@ -934,7 +934,7 @@ cookies-accept = no-3rdparty
|
||||
|
||||
# cookies-store (Bool):
|
||||
# Whether to store cookies. Note this option needs a restart with
|
||||
# QtWebEngine.
|
||||
# QtWebEngine on Qt < 5.9.
|
||||
# Valid values: true, false
|
||||
# Default: true
|
||||
cookies-store = true
|
||||
@ -1183,6 +1183,16 @@ statusbar.fg = white
|
||||
# Default: 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):
|
||||
# Foreground color of the statusbar in insert mode.
|
||||
# Default: ${statusbar.fg}
|
||||
@ -1203,6 +1213,18 @@ statusbar.fg.command = ${statusbar.fg}
|
||||
# Default: ${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):
|
||||
# Foreground color of the statusbar in caret mode.
|
||||
# Default: ${statusbar.fg}
|
||||
|
Loading…
Reference in New Issue
Block a user