wiki: Add missing Since annotations

This commit is contained in:
Ivan Molodetskikh
2025-10-15 12:07:50 +03:00
parent 755aaac039
commit 1dd82a8dcf
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -419,6 +419,8 @@ window-rule {
#### `open-maximized-to-edges` #### `open-maximized-to-edges`
<sup>Since: next release</sup>
Make the window open [maximized to edges](./Fullscreen-and-Maximize.md). Make the window open [maximized to edges](./Fullscreen-and-Maximize.md).
```kdl ```kdl
+2
View File
@@ -14,6 +14,8 @@ You can make a window open in a maximized column with the [`open-maximized true`
## Windows maximized to edges ## Windows maximized to edges
<sup>Since: next release</sup>
You can maximize an individual window via `maximize-window-to-edges`. You can maximize an individual window via `maximize-window-to-edges`.
This is the same maximize as you can find on other desktop environments and operating systems: it expands a window to the edges of the available screen area. This is the same maximize as you can find on other desktop environments and operating systems: it expands a window to the edges of the available screen area.
You will still see your bar, but not struts, gaps, or borders. You will still see your bar, but not struts, gaps, or borders.