aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiki/Configuration:-Layout.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md
index 47be65f8..95bbf5ce 100644
--- a/wiki/Configuration:-Layout.md
+++ b/wiki/Configuration:-Layout.md
@@ -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.