From c308be315d7a5e881a998f1c8fc299d861fc21b5 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 10 Jan 2025 15:38:03 +0300 Subject: wiki: Put version in Since: next release --- wiki/Configuration:-Debug-Options.md | 4 ++-- wiki/Configuration:-Key-Bindings.md | 2 +- wiki/Configuration:-Layer-Rules.md | 2 +- wiki/Configuration:-Layout.md | 2 +- wiki/Configuration:-Window-Rules.md | 12 ++++++------ wiki/Floating-Windows.md | 2 +- wiki/Gestures.md | 2 +- 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` -Since: next release +Since: 25.01 Forces PipeWire screencasting to use the invalid modifier, even when DRM offers more modifiers. @@ -227,7 +227,7 @@ debug { ### `strict-new-window-focus-policy` -Since: next release +Since: 25.01 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 -Since: next release +Since: 25.01 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 -Since: next release +Since: 25.01 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` -Since: next release +Since: 25.01 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. -Since: next release This rule will match `true` during the initial window opening. +Since: 25.01 This rule will match `true` during the initial window opening. ```kdl window-rule { @@ -204,7 +204,7 @@ window-rule { #### `is-floating` -Since: next release +Since: 25.01 Can be `true` or `false`. Matches floating windows. @@ -263,7 +263,7 @@ window-rule { #### `default-window-height` -Since: next release +Since: 25.01 Set the default height for the new window. @@ -358,7 +358,7 @@ window-rule { #### `open-floating` -Since: next release +Since: 25.01 Make the window open in the floating layout. @@ -382,7 +382,7 @@ window-rule { #### `open-focused` -Since: next release +Since: 25.01 Set this to `false` to prevent this window from being automatically focused upon opening. @@ -516,7 +516,7 @@ window-rule { #### `default-floating-position` -Since: next release +Since: 25.01 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 -Since: next release +Since: 25.01 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 Mod 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. -Since: next release Right click while moving to toggle between floating and tiling layout to put the window into. +Since: 25.01 Right click while moving to toggle between floating and tiling layout to put the window into. #### Interactive Resize -- cgit