Update docs
This commit is contained in:
parent
3eed63346e
commit
4d080d3209
@ -43,6 +43,8 @@ Added
|
|||||||
- Running qutebrowser with QtWebKit or Qt < 5.9 now shows a warning (only
|
- Running qutebrowser with QtWebKit or Qt < 5.9 now shows a warning (only
|
||||||
once), as support for those is going to be removed in a future release.
|
once), as support for those is going to be removed in a future release.
|
||||||
- New t[iI][hHu] default bindings (similar to `tsh` etc.) to toggle images.
|
- New t[iI][hHu] default bindings (similar to `tsh` etc.) to toggle images.
|
||||||
|
- New `tabs.max_width` setting which allows to have a more "normal" look for
|
||||||
|
tabs.
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -250,6 +250,7 @@
|
|||||||
|<<tabs.indicator.padding,tabs.indicator.padding>>|Padding (in pixels) for tab indicators.
|
|<<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.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.
|
|<<tabs.last_close,tabs.last_close>>|How to behave when the last tab is closed.
|
||||||
|
|<<tabs.max_width,tabs.max_width>>|Maximum width (in pixels) of tabs (-1 for no maximum).
|
||||||
|<<tabs.min_width,tabs.min_width>>|Minimum width (in pixels) of tabs (-1 for the default minimum size behavior).
|
|<<tabs.min_width,tabs.min_width>>|Minimum width (in pixels) of tabs (-1 for the default minimum size behavior).
|
||||||
|<<tabs.mode_on_change,tabs.mode_on_change>>|When switching tabs, what input mode is applied.
|
|<<tabs.mode_on_change,tabs.mode_on_change>>|When switching tabs, what input mode is applied.
|
||||||
|<<tabs.mousewheel_switching,tabs.mousewheel_switching>>|Switch between tabs using the mouse wheel.
|
|<<tabs.mousewheel_switching,tabs.mousewheel_switching>>|Switch between tabs using the mouse wheel.
|
||||||
@ -3086,6 +3087,17 @@ Valid values:
|
|||||||
|
|
||||||
Default: +pass:[ignore]+
|
Default: +pass:[ignore]+
|
||||||
|
|
||||||
|
[[tabs.max_width]]
|
||||||
|
=== tabs.max_width
|
||||||
|
Maximum width (in pixels) of tabs (-1 for no maximum).
|
||||||
|
This setting only applies when tabs are horizontal.
|
||||||
|
This setting does not apply to pinned tabs, unless `tabs.pinned.shrink` is False.
|
||||||
|
This setting may not apply properly if max_width is smaller than the minimum size of tab contents, or smaller than tabs.min_width.
|
||||||
|
|
||||||
|
Type: <<types,Int>>
|
||||||
|
|
||||||
|
Default: +pass:[-1]+
|
||||||
|
|
||||||
[[tabs.min_width]]
|
[[tabs.min_width]]
|
||||||
=== tabs.min_width
|
=== tabs.min_width
|
||||||
Minimum width (in pixels) of tabs (-1 for the default minimum size behavior).
|
Minimum width (in pixels) of tabs (-1 for the default minimum size behavior).
|
||||||
|
Loading…
Reference in New Issue
Block a user