From d35ad73e3572b0ac704b0c08928f53d0cfd1951f Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 15 Dec 2024 16:28:53 +0300 Subject: wiki: Change Since 0.1.11 to Since next release --- wiki/Configuration:-Debug-Options.md | 2 +- wiki/Configuration:-Layer-Rules.md | 2 +- wiki/Configuration:-Layout.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/Configuration:-Debug-Options.md b/wiki/Configuration:-Debug-Options.md index 5ba851fe..ee6691bc 100644 --- a/wiki/Configuration:-Debug-Options.md +++ b/wiki/Configuration:-Debug-Options.md @@ -197,7 +197,7 @@ debug { ### `strict-new-window-focus-policy` -Since: 0.1.11 +Since: next release 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:-Layer-Rules.md b/wiki/Configuration:-Layer-Rules.md index d4527af1..78bc4fe2 100644 --- a/wiki/Configuration:-Layer-Rules.md +++ b/wiki/Configuration:-Layer-Rules.md @@ -1,6 +1,6 @@ ### Overview -Since: 0.1.11 +Since: next release 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 7f7744d7..df29941b 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -103,7 +103,7 @@ layout { ### `empty-workspace-above-first` -Since: 0.1.11 +Since: next release If set, niri will always add an empty workspace at the very start, in addition to the empty workspace at the very end. -- cgit