aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiki/Configuration:-Debug-Options.md4
-rw-r--r--wiki/Configuration:-Key-Bindings.md2
-rw-r--r--wiki/Configuration:-Layer-Rules.md2
-rw-r--r--wiki/Configuration:-Layout.md2
-rw-r--r--wiki/Configuration:-Window-Rules.md12
-rw-r--r--wiki/Floating-Windows.md2
-rw-r--r--wiki/Gestures.md2
7 files changed, 13 insertions, 13 deletions
diff --git a/wiki/Configuration:-Debug-Options.md b/wiki/Configuration:-Debug-Options.md
index cdb0c7cc..d18b25b2 100644
--- a/wiki/Configuration:-Debug-Options.md
+++ b/wiki/Configuration:-Debug-Options.md
@@ -113,7 +113,7 @@ debug {
### `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.
@@ -227,7 +227,7 @@ debug {
### `strict-new-window-focus-policy`
-<sup>Since: next release</sup>
+<sup>Since: 25.01</sup>
Disables heuristic automatic focusing for new windows.
Only windows that activate themselves with a valid xdg-activation token will be focused.
diff --git a/wiki/Configuration:-Key-Bindings.md b/wiki/Configuration:-Key-Bindings.md
index 42208bd5..5893d61e 100644
--- a/wiki/Configuration:-Key-Bindings.md
+++ b/wiki/Configuration:-Key-Bindings.md
@@ -101,7 +101,7 @@ For example, if you have a `Mod+WheelScrollDown` bind, then while holding `Mod`,
### Mouse Click Bindings
-<sup>Since: next release</sup>
+<sup>Since: 25.01</sup>
You can bind mouse clicks using the following syntax.
diff --git a/wiki/Configuration:-Layer-Rules.md b/wiki/Configuration:-Layer-Rules.md
index 78bc4fe2..297991e3 100644
--- a/wiki/Configuration:-Layer-Rules.md
+++ b/wiki/Configuration:-Layer-Rules.md
@@ -1,6 +1,6 @@
### Overview
-<sup>Since: next release</sup>
+<sup>Since: 25.01</sup>
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.
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md
index ef867713..e170ce97 100644
--- a/wiki/Configuration:-Layout.md
+++ b/wiki/Configuration:-Layout.md
@@ -103,7 +103,7 @@ layout {
### `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.
diff --git a/wiki/Configuration:-Window-Rules.md b/wiki/Configuration:-Window-Rules.md
index fac69a13..378f022d 100644
--- a/wiki/Configuration:-Window-Rules.md
+++ b/wiki/Configuration:-Window-Rules.md
@@ -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.
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
window-rule {
@@ -204,7 +204,7 @@ window-rule {
#### `is-floating`
-<sup>Since: next release</sup>
+<sup>Since: 25.01</sup>
Can be `true` or `false`.
Matches floating windows.
@@ -263,7 +263,7 @@ window-rule {
#### `default-window-height`
-<sup>Since: next release</sup>
+<sup>Since: 25.01</sup>
Set the default height for the new window.
@@ -358,7 +358,7 @@ window-rule {
#### `open-floating`
-<sup>Since: next release</sup>
+<sup>Since: 25.01</sup>
Make the window open in the floating layout.
@@ -382,7 +382,7 @@ window-rule {
#### `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.
@@ -516,7 +516,7 @@ window-rule {
#### `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.
diff --git a/wiki/Floating-Windows.md b/wiki/Floating-Windows.md
index cd646b8f..cfce5a94 100644
--- a/wiki/Floating-Windows.md
+++ b/wiki/Floating-Windows.md
@@ -1,6 +1,6 @@
### Overview
-<sup>Since: next release</sup>
+<sup>Since: 25.01</sup>
Floating windows in niri always show on top of the tiled windows.
The floating layout does not scroll.
diff --git a/wiki/Gestures.md b/wiki/Gestures.md
index b7355f57..0312a84d 100644
--- a/wiki/Gestures.md
+++ b/wiki/Gestures.md
@@ -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.
-<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