Update docs

This commit is contained in:
Florian Bruhin 2017-06-06 18:25:42 +02:00
parent 8990513c1b
commit dd4fb87db6
4 changed files with 6 additions and 2 deletions

View File

@ -44,6 +44,8 @@ Added
- New `tabs -> favicon-scale` option to scale up/down favicons.
- `colors -> statusbar.bg/fg.private` and `.command.private` to
customize statusbar colors for private windows.
- New `{private}` field displaying `[Private Mode]` for
`ui -> window-title-format`.
Changed
~~~~~~~

View File

@ -179,6 +179,7 @@ Contributors, sorted by the number of commits in descending order:
* Niklas Haas
* Maciej Wołczyk
* sandrosc
* Clayton Craft
* Alexey "Averrin" Nabrodov
* pkill9
* nanjekyejoannah
@ -186,7 +187,6 @@ Contributors, sorted by the number of commits in descending order:
* ZDarian
* Milan Svoboda
* John ShaggyTwoDope Jenkins
* Clayton Craft
* Peter Vilim
* Jacob Sword
* knaggita

View File

@ -685,6 +685,8 @@ The format to use for the window title. The following placeholders are defined:
* `{scroll_pos}`: The page scroll position.
* `{host}`: The host of the current web page.
* `{backend}`: Either 'webkit' or 'webengine'
* `{private}` : Indicates when private mode is enabled.
Default: +pass:[{perc}{title}{title_sep}qutebrowser]+

View File

@ -378,7 +378,7 @@ def data(readonly=False):
"* `{id}`: The internal window ID of this window.\n"
"* `{scroll_pos}`: The page scroll position.\n"
"* `{host}`: The host of the current web page.\n"
"* `{backend}`: Either 'webkit' or 'webengine'"
"* `{backend}`: Either 'webkit' or 'webengine'\n"
"* `{private}` : Indicates when private mode is enabled.\n"),
('modal-js-dialog',