update qutebrowser
This commit is contained in:
parent
9191409670
commit
ece16dfaf5
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user