diff --git a/config/qutebrowser/qutebrowser.conf b/config/qutebrowser/qutebrowser.conf index 85146fd..87c04a2 100644 --- a/config/qutebrowser/qutebrowser.conf +++ b/config/qutebrowser/qutebrowser.conf @@ -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}