From ba531969ec2a9c8fb2103f160f30055b21ecd844 Mon Sep 17 00:00:00 2001 From: Max Filenko Date: Tue, 14 Jan 2020 14:01:14 +0100 Subject: [PATCH] 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