Regenerate docs.

This commit is contained in:
Florian Bruhin 2015-09-30 21:32:48 +02:00
parent ae3497a3a1
commit 57abd53e56
2 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,7 @@ Contributors, sorted by the number of commits in descending order:
* John ShaggyTwoDope Jenkins * John ShaggyTwoDope Jenkins
* Jimmy * Jimmy
* Zach-Button * Zach-Button
* Alexey Nabrodov
* rikn00 * rikn00
* Patric Schmitz * Patric Schmitz
* Martin Zimmermann * Martin Zimmermann

View File

@ -609,6 +609,7 @@ The format to use for the window title. The following placeholders are defined:
* `{title}`: The title of the current web page * `{title}`: The title of the current web page
* `{title_sep}`: The string ` - ` if a title is set, empty otherwise. * `{title_sep}`: The string ` - ` if a title is set, empty otherwise.
* `{id}`: The internal window ID of this window. * `{id}`: The internal window ID of this window.
* `{scroll_pos}`: The page scroll position.
Default: +pass:[{perc}{title}{title_sep}qutebrowser]+ Default: +pass:[{perc}{title}{title_sep}qutebrowser]+
@ -1094,6 +1095,7 @@ The format to use for the tab title. The following placeholders are defined:
* `{title_sep}`: The string ` - ` if a title is set, empty otherwise. * `{title_sep}`: The string ` - ` if a title is set, empty otherwise.
* `{index}`: The index of this tab. * `{index}`: The index of this tab.
* `{id}`: The internal tab ID of this tab. * `{id}`: The internal tab ID of this tab.
* `{scroll_pos}`: The page scroll position.
Default: +pass:[{index}: {title}]+ Default: +pass:[{index}: {title}]+