diff --git a/docs/index.rst b/docs/index.rst index d93ae7fab..7a5c54587 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -224,11 +224,11 @@ using the :sc:`new_window` key combination. 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 * **Grid** -- All windows are shown in a grid * **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 You can switch between layouts using the :sc:`next_layout` key combination. You can diff --git a/kitty/config_data.py b/kitty/config_data.py index a3dbfeb2d..ccc2a6104 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -609,7 +609,8 @@ def to_layout_names(raw): o('enabled_layouts', '*', option_type=to_layout_names, long_text=_(''' 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 -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=_('''