summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-06-07 21:32:04 +0200
committerGitHub <noreply@github.com>2022-06-07 21:32:04 +0200
commit3ee214ef3567bbc94a571380c16605d84d21a947 (patch)
tree722d8fb7f9e0dc535b43d3720202ace66aff5cf3 /docs
parentf005c843d8edf8e916af474bb8753daf1c40729e (diff)
add(option): `default_layout` (#1467)
* add(option): `default_layout` Add `option` `default_layout` / `default-layout`, that allows specifying a different layout, that should be loaded on start. Eg: ``` default_layout: compact ``` * add(manpage): `default_layout`
Diffstat (limited to 'docs')
-rw-r--r--docs/MANPAGE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/MANPAGE.md b/docs/MANPAGE.md
index 877141b9a..6d749301d 100644
--- a/docs/MANPAGE.md
+++ b/docs/MANPAGE.md
@@ -39,6 +39,8 @@ LAYOUTS
Layouts are yaml files which Zellij can load on startup when _--layout_ flag is
provided.
+By default Zellij will load a layout called `default.yaml`,
+but this can be changed by using the `default_layout: [LAYOUT_NAME]` configuration option.
For example a file like this: