Merge branch 'master' of https://github.com/mfilenko/kitty
This commit is contained in:
commit
d55242aa82
@ -224,11 +224,11 @@ using the :sc:`new_window` key combination.
|
|||||||
|
|
||||||
Currently, there are five layouts available,
|
Currently, there are five layouts available,
|
||||||
|
|
||||||
* **Stack** -- Only a single maximized window is shown at a time
|
|
||||||
* **Tall** -- One (or optionally more) windows are shown full height on the left, the rest of the windows are shown one below the other on the right
|
|
||||||
* **Fat** -- One (or optionally more) windows are shown full width on the top, the rest of the windows are shown side-by-side on the bottom
|
* **Fat** -- One (or optionally more) windows are shown full width on the top, the rest of the windows are shown side-by-side on the bottom
|
||||||
* **Grid** -- All windows are shown in a grid
|
* **Grid** -- All windows are shown in a grid
|
||||||
* **Horizontal** -- All windows are shown side-by-side
|
* **Horizontal** -- All windows are shown side-by-side
|
||||||
|
* **Stack** -- Only a single maximized window is shown at a time
|
||||||
|
* **Tall** -- One (or optionally more) windows are shown full height on the left, the rest of the windows are shown one below the other on the right
|
||||||
* **Vertical** -- All windows are shown one below the other
|
* **Vertical** -- All windows are shown one below the other
|
||||||
|
|
||||||
You can switch between layouts using the :sc:`next_layout` key combination. You can
|
You can switch between layouts using the :sc:`next_layout` key combination. You can
|
||||||
|
|||||||
@ -609,7 +609,8 @@ def to_layout_names(raw):
|
|||||||
o('enabled_layouts', '*', option_type=to_layout_names, long_text=_('''
|
o('enabled_layouts', '*', option_type=to_layout_names, long_text=_('''
|
||||||
The enabled window layouts. A comma separated list of layout names. The special
|
The enabled window layouts. A comma separated list of layout names. The special
|
||||||
value :code:`all` means all layouts. The first listed layout will be used as the
|
value :code:`all` means all layouts. The first listed layout will be used as the
|
||||||
startup layout. For a list of available layouts, see the :ref:`layouts`.
|
startup layout. Default configuration is all layouts in alphabetical order.
|
||||||
|
For a list of available layouts, see the :ref:`layouts`.
|
||||||
'''))
|
'''))
|
||||||
|
|
||||||
o('window_resize_step_cells', 2, option_type=positive_int, long_text=_('''
|
o('window_resize_step_cells', 2, option_type=positive_int, long_text=_('''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user