Update docs
This commit is contained in:
parent
8990513c1b
commit
dd4fb87db6
@ -44,6 +44,8 @@ Added
|
|||||||
- New `tabs -> favicon-scale` option to scale up/down favicons.
|
- New `tabs -> favicon-scale` option to scale up/down favicons.
|
||||||
- `colors -> statusbar.bg/fg.private` and `.command.private` to
|
- `colors -> statusbar.bg/fg.private` and `.command.private` to
|
||||||
customize statusbar colors for private windows.
|
customize statusbar colors for private windows.
|
||||||
|
- New `{private}` field displaying `[Private Mode]` for
|
||||||
|
`ui -> window-title-format`.
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -179,6 +179,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Niklas Haas
|
* Niklas Haas
|
||||||
* Maciej Wołczyk
|
* Maciej Wołczyk
|
||||||
* sandrosc
|
* sandrosc
|
||||||
|
* Clayton Craft
|
||||||
* Alexey "Averrin" Nabrodov
|
* Alexey "Averrin" Nabrodov
|
||||||
* pkill9
|
* pkill9
|
||||||
* nanjekyejoannah
|
* nanjekyejoannah
|
||||||
@ -186,7 +187,6 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* ZDarian
|
* ZDarian
|
||||||
* Milan Svoboda
|
* Milan Svoboda
|
||||||
* John ShaggyTwoDope Jenkins
|
* John ShaggyTwoDope Jenkins
|
||||||
* Clayton Craft
|
|
||||||
* Peter Vilim
|
* Peter Vilim
|
||||||
* Jacob Sword
|
* Jacob Sword
|
||||||
* knaggita
|
* knaggita
|
||||||
|
@ -685,6 +685,8 @@ The format to use for the window title. The following placeholders are defined:
|
|||||||
* `{scroll_pos}`: The page scroll position.
|
* `{scroll_pos}`: The page scroll position.
|
||||||
* `{host}`: The host of the current web page.
|
* `{host}`: The host of the current web page.
|
||||||
* `{backend}`: Either 'webkit' or 'webengine'
|
* `{backend}`: Either 'webkit' or 'webengine'
|
||||||
|
* `{private}` : Indicates when private mode is enabled.
|
||||||
|
|
||||||
|
|
||||||
Default: +pass:[{perc}{title}{title_sep}qutebrowser]+
|
Default: +pass:[{perc}{title}{title_sep}qutebrowser]+
|
||||||
|
|
||||||
|
@ -378,7 +378,7 @@ def data(readonly=False):
|
|||||||
"* `{id}`: The internal window ID of this window.\n"
|
"* `{id}`: The internal window ID of this window.\n"
|
||||||
"* `{scroll_pos}`: The page scroll position.\n"
|
"* `{scroll_pos}`: The page scroll position.\n"
|
||||||
"* `{host}`: The host of the current web page.\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"),
|
"* `{private}` : Indicates when private mode is enabled.\n"),
|
||||||
|
|
||||||
('modal-js-dialog',
|
('modal-js-dialog',
|
||||||
|
Loading…
Reference in New Issue
Block a user