mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
wiki: Document always-center-focused-column
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user