From c12e7587cba6ca162655414f5852cfc2707f78ad Mon Sep 17 00:00:00 2001 From: Max Filenko Date: Tue, 14 Jan 2020 14:00:27 +0100 Subject: [PATCH 1/2] Document default configuration --- kitty/config_data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/config_data.py b/kitty/config_data.py index 4886ae140..4075cce65 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -608,7 +608,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 :code:`'fat,grid,horizontal,stack,tall,vertical'`. +For a list of available layouts, see the :ref:`layouts`. ''')) o('window_resize_step_cells', 2, option_type=positive_int, long_text=_(''' From ba531969ec2a9c8fb2103f160f30055b21ecd844 Mon Sep 17 00:00:00 2001 From: Max Filenko Date: Tue, 14 Jan 2020 14:01:14 +0100 Subject: [PATCH 2/2] List layouts in their default order --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 2ebe2738a..f0af086f8 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 window is shown full height on the left, the rest of the windows are shown one below the other on the right * **Fat** -- One window is 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 window is 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