Bump version to 25.02

This commit is contained in:
Ivan Molodetskikh
2025-02-21 09:03:36 +03:00
parent 4a4dcb85ef
commit b94a5db879
15 changed files with 33 additions and 40 deletions
+4 -11
View File
@@ -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>&frasl;<sub>3</sub>, <sup>1</sup>&frasl;<sub>2</sub> and <sup>2</sup>&frasl;<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.