mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
wiki: Put version in Since: next release
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user