mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Bump version to 25.02
This commit is contained in:
@@ -142,7 +142,7 @@ layout {
|
||||
|
||||
### `default-column-display`
|
||||
|
||||
<sup>Since: next release</sup>
|
||||
<sup>Since: 25.02</sup>
|
||||
|
||||
Sets the default display mode for new columns.
|
||||
Can be `normal` or `tabbed`.
|
||||
@@ -168,7 +168,7 @@ Set the widths that the `switch-preset-column-width` action (Mod+R) toggles betw
|
||||
For example, you can perfectly fit four windows sized `proportion 0.25` on an output, regardless of the gaps setting.
|
||||
The default preset widths are <sup>1</sup>⁄<sub>3</sub>, <sup>1</sup>⁄<sub>2</sub> and <sup>2</sup>⁄<sub>3</sub> of the output.
|
||||
|
||||
`fixed` sets the width in logical pixels exactly.
|
||||
`fixed` sets the window width in logical pixels exactly.
|
||||
|
||||
```kdl
|
||||
layout {
|
||||
@@ -182,13 +182,6 @@ layout {
|
||||
}
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> Until next release, a preset `fixed` width does not take borders into account in the tiling layout.
|
||||
> I.e., preset `fixed 1000` with 4-wide borders will make the window 992 logical pixels wide.
|
||||
> This may eventually be corrected.
|
||||
>
|
||||
> All other ways of using `fixed` (i.e. `default-column-width` or `set-column-width`) do take borders into account and give you the exact window width that you request.
|
||||
|
||||
### `default-column-width`
|
||||
|
||||
Set the default width of the new windows.
|
||||
@@ -369,7 +362,7 @@ layout {
|
||||
|
||||
### `shadow`
|
||||
|
||||
<sup>Since: next release</sup>
|
||||
<sup>Since: 25.02</sup>
|
||||
|
||||
Shadow rendered behind a window.
|
||||
|
||||
@@ -415,7 +408,7 @@ prefer-no-csd
|
||||
|
||||
### `tab-indicator`
|
||||
|
||||
<sup>Since: next release</sup>
|
||||
<sup>Since: 25.02</sup>
|
||||
|
||||
Controls the appearance of the tab indicator that appears next to columns in tabbed display mode.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user