diff options
Diffstat (limited to 'wiki')
| -rw-r--r-- | wiki/Configuration:-Layout.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index 1c8c7214..0017db25 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -10,6 +10,7 @@ layout { center-focused-column "never" always-center-single-column empty-workspace-above-first + default-column-display "tabbed" preset-column-widths { proportion 0.33333 @@ -123,6 +124,20 @@ layout { } ``` +### `default-column-display` + +<sup>Since: next release</sup> + +Sets the default display mode for new columns. +Can be `normal` or `tabbed`. + +```kdl +// Make all new columns tabbed by default. +layout { + default-column-display "tabbed" +} +``` + ### `preset-column-widths` Set the widths that the `switch-preset-column-width` action (Mod+R) toggles between. |
