Skip to content

Commit

Permalink
wiki: Document always-center-focused-column
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Sep 14, 2024
1 parent e35d9e7 commit 4e5f392
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions wiki/Configuration:-Layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4e5f392

Please sign in to comment.