From 42b2aeb6e6876b4cfe23ceaf0b85f1980c6b5d16 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 10 Feb 2026 08:25:29 +0300 Subject: [PATCH] wiki: Add missing Since --- docs/wiki/Integrating-niri.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/wiki/Integrating-niri.md b/docs/wiki/Integrating-niri.md index 5109db15..6013f776 100644 --- a/docs/wiki/Integrating-niri.md +++ b/docs/wiki/Integrating-niri.md @@ -12,9 +12,10 @@ When this file is present, niri *will not* automatically create a config at `~/. Keep in mind that we update the default config in new releases, so if you have a custom `/etc/niri/config.kdl`, you likely want to inspect and apply the relevant changes too. The default configuration locations can be overridden with the `NIRI_CONFIG` environment variable. -You can also change the configuration path at runtime via the niri IPC or using the command `niri msg action load-config-file --path `. -You can split the niri config file into multiple files using [`include`](./Configuration:-Include.md). +Since: next release You can also change the configuration path at runtime via the niri IPC or using the command `niri msg action load-config-file --path `. + +Since: 25.11 You can split the niri config file into multiple files using [`include`](./Configuration:-Include.md). ### Xwayland