diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-02-01 10:46:52 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-02-10 07:29:33 -0800 |
| commit | f90eb0cbe4ca8f59b9664bac54f8c8b8a0cbd526 (patch) | |
| tree | 78f703675bdc75398c89a8b00a4e030131cc887e /wiki | |
| parent | 55e2ea0c3bb0bccae351aa6e82987a0b77da54ae (diff) | |
| download | niri-f90eb0cbe4ca8f59b9664bac54f8c8b8a0cbd526.tar.gz niri-f90eb0cbe4ca8f59b9664bac54f8c8b8a0cbd526.tar.bz2 niri-f90eb0cbe4ca8f59b9664bac54f8c8b8a0cbd526.zip | |
Implement tabbed column display mode
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. |
