wiki: Document always-center-focused-column

This commit is contained in:
Ivan Molodetskikh
2024-09-14 09:48:59 +03:00
parent e35d9e760b
commit 4e5f392c50
+13
View File
@@ -8,6 +8,7 @@ Here are the contents of this section at a glance:
layout {
gaps 16
center-focused-column "never"
always-center-single-column
preset-column-widths {
proportion 0.33333
@@ -81,6 +82,18 @@ layout {
}
```
### `always-center-single-column`
<sup>Since: 0.1.9</sup>
If set, niri will always center a single column on a workspace, regardless of the `center-focused-column` option.
```kdl
layout {
always-center-single-column
}
```
### `preset-column-widths`
Set the widths that the `switch-preset-column-width` action (Mod+R) toggles between.