From 08079ad8894a703c04d214737e6ce6a2468a5cdc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Dec 2017 12:23:57 +0530 Subject: [PATCH] Update README on layouts --- README.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 9c6d2e2a0..72b427993 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -251,14 +251,15 @@ hold down `ctrl+shift` and click on a URL to open it in a browser. == Layouts -Currently, there are two layouts available, +Currently, there are three 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. +* Grid -- All windows are shown in a grid You can switch between layouts using the {sc_next_layout} key combination. -Writing a new layout only requires about thirty lines of code, so if there is +Writing a new layout only requires about fifty lines of code, so if there is some layout you want, take a look at link:kitty/layout.py[layout.py] and submit a pull request!