wiki: Put version in Since: next release

This commit is contained in:
Ivan Molodetskikh
2025-01-10 15:38:03 +03:00
parent d825e3125e
commit c308be315d
7 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -113,7 +113,7 @@ debug {
### `force-pipewire-invalid-modifier` ### `force-pipewire-invalid-modifier`
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
Forces PipeWire screencasting to use the invalid modifier, even when DRM offers more modifiers. Forces PipeWire screencasting to use the invalid modifier, even when DRM offers more modifiers.
@@ -227,7 +227,7 @@ debug {
### `strict-new-window-focus-policy` ### `strict-new-window-focus-policy`
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
Disables heuristic automatic focusing for new windows. Disables heuristic automatic focusing for new windows.
Only windows that activate themselves with a valid xdg-activation token will be focused. Only windows that activate themselves with a valid xdg-activation token will be focused.
+1 -1
View File
@@ -101,7 +101,7 @@ For example, if you have a `Mod+WheelScrollDown` bind, then while holding `Mod`,
### Mouse Click Bindings ### Mouse Click Bindings
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
You can bind mouse clicks using the following syntax. You can bind mouse clicks using the following syntax.
+1 -1
View File
@@ -1,6 +1,6 @@
### Overview ### Overview
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
Layer rules let you adjust behavior for individual layer-shell surfaces. Layer rules let you adjust behavior for individual layer-shell surfaces.
They have `match` and `exclude` directives that control which layer-shell surfaces the rule should apply to, and a number of properties that you can set. They have `match` and `exclude` directives that control which layer-shell surfaces the rule should apply to, and a number of properties that you can set.
+1 -1
View File
@@ -103,7 +103,7 @@ layout {
### `empty-workspace-above-first` ### `empty-workspace-above-first`
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
If set, niri will always add an empty workspace at the very start, in addition to the empty workspace at the very end. If set, niri will always add an empty workspace at the very start, in addition to the empty workspace at the very end.
+6 -6
View File
@@ -194,7 +194,7 @@ Matches the window that is the "active" window in its column.
Contrary to `is-active`, there is always one `is-active-in-column` window in each column. Contrary to `is-active`, there is always one `is-active-in-column` window in each column.
It is the window that was last focused in the column, i.e. the one that will gain focus if this column is focused. It is the window that was last focused in the column, i.e. the one that will gain focus if this column is focused.
<sup>Since: next release</sup> This rule will match `true` during the initial window opening. <sup>Since: 25.01</sup> This rule will match `true` during the initial window opening.
```kdl ```kdl
window-rule { window-rule {
@@ -204,7 +204,7 @@ window-rule {
#### `is-floating` #### `is-floating`
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
Can be `true` or `false`. Can be `true` or `false`.
Matches floating windows. Matches floating windows.
@@ -263,7 +263,7 @@ window-rule {
#### `default-window-height` #### `default-window-height`
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
Set the default height for the new window. Set the default height for the new window.
@@ -358,7 +358,7 @@ window-rule {
#### `open-floating` #### `open-floating`
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
Make the window open in the floating layout. Make the window open in the floating layout.
@@ -382,7 +382,7 @@ window-rule {
#### `open-focused` #### `open-focused`
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
Set this to `false` to prevent this window from being automatically focused upon opening. Set this to `false` to prevent this window from being automatically focused upon opening.
@@ -516,7 +516,7 @@ window-rule {
#### `default-floating-position` #### `default-floating-position`
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
Set the initial position for this window when it opens on, or moves to the floating layout. Set the initial position for this window when it opens on, or moves to the floating layout.
+1 -1
View File
@@ -1,6 +1,6 @@
### Overview ### Overview
<sup>Since: next release</sup> <sup>Since: 25.01</sup>
Floating windows in niri always show on top of the tiled windows. Floating windows in niri always show on top of the tiled windows.
The floating layout does not scroll. The floating layout does not scroll.
+1 -1
View File
@@ -12,7 +12,7 @@ You can move windows by holding <kbd>Mod</kbd> and the left mouse button.
You can customize the look of the window insertion preview in the `insert-hint` [layout config](./Configuration:-Layout.md) section. You can customize the look of the window insertion preview in the `insert-hint` [layout config](./Configuration:-Layout.md) section.
<sup>Since: next release</sup> Right click while moving to toggle between floating and tiling layout to put the window into. <sup>Since: 25.01</sup> Right click while moving to toggle between floating and tiling layout to put the window into.
#### Interactive Resize #### Interactive Resize