diff options
Diffstat (limited to 'wiki/Configuration:-Layout.md')
| -rw-r--r-- | wiki/Configuration:-Layout.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index c7a68835..7f7744d7 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -9,6 +9,7 @@ layout { gaps 16 center-focused-column "never" always-center-single-column + empty-workspace-above-first preset-column-widths { proportion 0.33333 @@ -100,6 +101,18 @@ layout { } ``` +### `empty-workspace-above-first` + +<sup>Since: 0.1.11</sup> + +If set, niri will always add an empty workspace at the very start, in addition to the empty workspace at the very end. + +```kdl +layout { + empty-workspace-above-first +} +``` + ### `preset-column-widths` Set the widths that the `switch-preset-column-width` action (Mod+R) toggles between. |
