From 3b864dc104797c21d7fe1582e4b8bdee8f236ea4 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 17 May 2025 13:48:29 +0300 Subject: Bump version to 25.05 --- wiki/Configuration:-Layout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiki/Configuration:-Layout.md') diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index d0f7fd44..5c8260ca 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -382,7 +382,7 @@ Set `on` to enable the shadow. Setting `softness 0` will give you hard shadows. `spread` is the distance to expand the window rectangle in logical pixels, same as CSS box-shadow spread. -Since: next release Spread can be negative. +Since: 25.05 Spread can be negative. `offset` moves the shadow relative to the window in logical pixels, same as CSS box-shadow offset. For example, `offset x=2 y=2` will move the shadow 2 logical pixels downwards and to the right. @@ -539,7 +539,7 @@ layout { ### `background-color` -Since: next release +Since: 25.05 Set the default background color that niri draws for workspaces. This is visible when you're not using any background tools like swaybg. -- cgit