aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-02-21 09:03:36 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-02-21 09:05:26 +0300
commitb94a5db8790339cf9134873d8b490be69e02ac71 (patch)
tree60e8c0cfb77cd938da1e859d270487666bdfa55f /wiki
parent4a4dcb85ef18127f05728d21afbc5d12b334a444 (diff)
downloadniri-b94a5db8790339cf9134873d8b490be69e02ac71.tar.gz
niri-b94a5db8790339cf9134873d8b490be69e02ac71.tar.bz2
niri-b94a5db8790339cf9134873d8b490be69e02ac71.zip
Bump version to 25.02
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Configuration:-Gestures.md2
-rw-r--r--wiki/Configuration:-Input.md6
-rw-r--r--wiki/Configuration:-Key-Bindings.md4
-rw-r--r--wiki/Configuration:-Layer-Rules.md4
-rw-r--r--wiki/Configuration:-Layout.md15
-rw-r--r--wiki/Configuration:-Named-Workspaces.md2
-rw-r--r--wiki/Configuration:-Window-Rules.md10
-rw-r--r--wiki/Gestures.md2
-rw-r--r--wiki/Tabs.md2
9 files changed, 20 insertions, 27 deletions
diff --git a/wiki/Configuration:-Gestures.md b/wiki/Configuration:-Gestures.md
index c3f31101..cb1446fd 100644
--- a/wiki/Configuration:-Gestures.md
+++ b/wiki/Configuration:-Gestures.md
@@ -1,6 +1,6 @@
### Overview
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
The `gestures` config section contains gesture settings.
For an overview of all niri gestures, see the [Gestures](./Gestures.md) wiki page.
diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md
index c5145f88..77be203c 100644
--- a/wiki/Configuration:-Input.md
+++ b/wiki/Configuration:-Input.md
@@ -117,7 +117,7 @@ input {
> [!TIP]
>
-> <sup>Since: next release</sup>
+> <sup>Since: 25.02</sup>
>
> Alternatively, you can directly set a path to a .xkb file containing an xkb keymap.
> This overrides all other xkb settings.
@@ -185,7 +185,7 @@ Settings specific to `touchpad`s:
- `tap`: tap-to-click.
- `dwt`: disable-when-typing.
- `dwtp`: disable-when-trackpointing.
-- `drag-lock`: <sup>Since: next release</sup> if set, lifting the finger off for a short time while dragging will not drop the dragged item. See the [libinput documentation](https://wayland.freedesktop.org/libinput/doc/latest/tapping.html#tap-and-drag).
+- `drag-lock`: <sup>Since: 25.02</sup> if set, lifting the finger off for a short time while dragging will not drop the dragged item. See the [libinput documentation](https://wayland.freedesktop.org/libinput/doc/latest/tapping.html#tap-and-drag).
- `tap-button-map`: can be `left-right-middle` or `left-middle-right`, controls which button corresponds to a two-finger tap and a three-finger tap.
- `click-method`: can be `button-areas` or `clickfinger`, changes the [click method](https://wayland.freedesktop.org/libinput/doc/latest/clickpad-softbuttons.html).
- `disabled-on-external-mouse`: do not send events while external pointer device is plugged in.
@@ -200,7 +200,7 @@ Settings specific to `touchpad`, `mouse` and `tablet`:
Settings specific to `tablet`s:
-- `calibration-matrix`: <sup>Since: next release</sup> set to six floating point numbers to change the calibration matrix. See the [`LIBINPUT_CALIBRATION_MATRIX` documentation](https://wayland.freedesktop.org/libinput/doc/latest/device-configuration-via-udev.html) for examples.
+- `calibration-matrix`: <sup>Since: 25.02</sup> set to six floating point numbers to change the calibration matrix. See the [`LIBINPUT_CALIBRATION_MATRIX` documentation](https://wayland.freedesktop.org/libinput/doc/latest/device-configuration-via-udev.html) for examples.
Tablets and touchscreens are absolute pointing devices that can be mapped to a specific output like so:
diff --git a/wiki/Configuration:-Key-Bindings.md b/wiki/Configuration:-Key-Bindings.md
index 9f8c8ffa..f00a7e46 100644
--- a/wiki/Configuration:-Key-Bindings.md
+++ b/wiki/Configuration:-Key-Bindings.md
@@ -121,7 +121,7 @@ Note that binding `Mod+MouseLeft` or `Mod+MouseRight` will override the correspo
### Custom Hotkey Overlay Titles
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
The hotkey overlay (the Important Hotkeys dialog) shows a hardcoded list of binds.
You can customize this list using the `hotkey-overlay-title` property.
@@ -309,7 +309,7 @@ binds {
Take a screenshot of the focused screen or window respectively.
The screenshot is both stored to the clipboard and saved to disk, according to the [`screenshot-path` option](./Configuration:-Miscellaneous.md).
-<sup>Since: next release</sup> You can disable saving to disk for a specific bind with the `write-to-disk=false` property:
+<sup>Since: 25.02</sup> You can disable saving to disk for a specific bind with the `write-to-disk=false` property:
```kdl
binds {
diff --git a/wiki/Configuration:-Layer-Rules.md b/wiki/Configuration:-Layer-Rules.md
index 3bf262c9..ac99ac5a 100644
--- a/wiki/Configuration:-Layer-Rules.md
+++ b/wiki/Configuration:-Layer-Rules.md
@@ -111,7 +111,7 @@ layer-rule {
#### `shadow`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Override the shadow options for the surface.
@@ -142,7 +142,7 @@ layer-rule {
#### `geometry-corner-radius`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Set the corner radius of the surface.
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md
index d3bd6aaf..45206673 100644
--- a/wiki/Configuration:-Layout.md
+++ b/wiki/Configuration:-Layout.md
@@ -142,7 +142,7 @@ layout {
### `default-column-display`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Sets the default display mode for new columns.
Can be `normal` or `tabbed`.
@@ -168,7 +168,7 @@ Set the widths that the `switch-preset-column-width` action (Mod+R) toggles betw
For example, you can perfectly fit four windows sized `proportion 0.25` on an output, regardless of the gaps setting.
The default preset widths are <sup>1</sup>&frasl;<sub>3</sub>, <sup>1</sup>&frasl;<sub>2</sub> and <sup>2</sup>&frasl;<sub>3</sub> of the output.
-`fixed` sets the width in logical pixels exactly.
+`fixed` sets the window width in logical pixels exactly.
```kdl
layout {
@@ -182,13 +182,6 @@ layout {
}
```
-> [!NOTE]
-> Until next release, a preset `fixed` width does not take borders into account in the tiling layout.
-> I.e., preset `fixed 1000` with 4-wide borders will make the window 992 logical pixels wide.
-> This may eventually be corrected.
->
-> All other ways of using `fixed` (i.e. `default-column-width` or `set-column-width`) do take borders into account and give you the exact window width that you request.
-
### `default-column-width`
Set the default width of the new windows.
@@ -369,7 +362,7 @@ layout {
### `shadow`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Shadow rendered behind a window.
@@ -415,7 +408,7 @@ prefer-no-csd
### `tab-indicator`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Controls the appearance of the tab indicator that appears next to columns in tabbed display mode.
diff --git a/wiki/Configuration:-Named-Workspaces.md b/wiki/Configuration:-Named-Workspaces.md
index 01f5cea2..8e87967c 100644
--- a/wiki/Configuration:-Named-Workspaces.md
+++ b/wiki/Configuration:-Named-Workspaces.md
@@ -42,6 +42,6 @@ Before, it could only use the connector name.
<sup>Since: 25.01</sup> You can use `set-workspace-name` and `unset-workspace-name` actions to change workspace names dynamically.
-<sup>Since: next release</sup> Named workspaces no longer update/forget their original output when opening a new window on them (unnamed workspaces will keep doing that).
+<sup>Since: 25.02</sup> Named workspaces no longer update/forget their original output when opening a new window on them (unnamed workspaces will keep doing that).
This means that named workspaces "stick" to their original output in more cases, reflecting their more permanent nature.
Explicitly moving a named workspace to a different monitor will still update its original output.
diff --git a/wiki/Configuration:-Window-Rules.md b/wiki/Configuration:-Window-Rules.md
index 1d7f4a0c..591c5731 100644
--- a/wiki/Configuration:-Window-Rules.md
+++ b/wiki/Configuration:-Window-Rules.md
@@ -242,7 +242,7 @@ window-rule {
#### `is-window-cast-target`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Can be `true` or `false`.
Matches `true` for windows that are target of an ongoing window screencast.
@@ -579,7 +579,7 @@ window-rule {
#### `default-column-display`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Set the default display mode for columns created from this window.
@@ -630,7 +630,7 @@ window-rule {
#### `scroll-factor`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Set a scroll factor for all scroll events sent to a window.
@@ -693,7 +693,7 @@ window-rule {
#### `shadow`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Override the shadow options for the window.
@@ -715,7 +715,7 @@ window-rule {
#### `tab-indicator`
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Override the tab indicator options for the window.
diff --git a/wiki/Gestures.md b/wiki/Gestures.md
index 11d6a66e..34dd3d69 100644
--- a/wiki/Gestures.md
+++ b/wiki/Gestures.md
@@ -64,7 +64,7 @@ Move the view horizontally with three-finger horizontal swipes.
#### Drag-and-Drop Edge View Scroll
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
Scroll the tiling view when moving the mouse cursor against a monitor edge during drag-and-drop (DnD).
Also works on a touchscreen.
diff --git a/wiki/Tabs.md b/wiki/Tabs.md
index cd7dbaa2..1b2c42c0 100644
--- a/wiki/Tabs.md
+++ b/wiki/Tabs.md
@@ -1,6 +1,6 @@
### Overview
-<sup>Since: next release</sup>
+<sup>Since: 25.02</sup>
You can switch a column to present windows as tabs, rather than as vertical tiles.
All tabs in a column have the same window size, so this is useful to get more vertical space.