Regenerate docs

This commit is contained in:
Florian Bruhin 2019-10-15 16:09:36 +02:00
parent 44942e5320
commit da8b28676c
2 changed files with 13 additions and 3 deletions

View File

@ -1319,9 +1319,10 @@ Select the tab given as argument/[count].
If neither count nor index are given, it behaves like tab-next. If both are given, use count.
==== positional arguments
* +'index'+: The tab index to focus, starting with 1. The special value `last` focuses the last focused tab (regardless of count).
Negative indices count from the end, such that -1 is the
last tab.
* +'index'+: The tab index to focus, starting with 1. The special value `last` focuses the last focused tab (regardless of count),
and `stack-prev`/`stack-next` traverse a stack of visited
tabs. Negative indices count from the end, such that -1 is
the last tab.
==== optional arguments

View File

@ -261,6 +261,7 @@
|<<tabs.close_mouse_button_on_bar,tabs.close_mouse_button_on_bar>>|How to behave when the close mouse button is pressed on the tab bar.
|<<tabs.favicons.scale,tabs.favicons.scale>>|Scaling factor for favicons in the tab bar.
|<<tabs.favicons.show,tabs.favicons.show>>|When to show favicons in the tab bar.
|<<tabs.focus_stack_size,tabs.focus_stack_size>>|Maximum stack size to remember for tab switches (-1 for no maximum).
|<<tabs.indicator.padding,tabs.indicator.padding>>|Padding (in pixels) for tab indicators.
|<<tabs.indicator.width,tabs.indicator.width>>|Width (in pixels) of the progress indicator (0 to disable).
|<<tabs.last_close,tabs.last_close>>|How to behave when the last tab is closed.
@ -3283,6 +3284,14 @@ Valid values:
Default: +pass:[always]+
[[tabs.focus_stack_size]]
=== tabs.focus_stack_size
Maximum stack size to remember for tab switches (-1 for no maximum).
Type: <<types,Int>>
Default: +pass:[10]+
[[tabs.indicator.padding]]
=== tabs.indicator.padding
Padding (in pixels) for tab indicators.