aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-03-31 14:35:12 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-03-31 14:35:20 +0300
commit28cc84fbd12a0c1b83281207c12c8a08040d4796 (patch)
treec9c841a8f5dbede03967730ddc8d26ee15f13856
parente10b968eb085a4db1493c349e5411421d59f88af (diff)
downloadniri-28cc84fbd12a0c1b83281207c12c8a08040d4796.tar.gz
niri-28cc84fbd12a0c1b83281207c12c8a08040d4796.tar.bz2
niri-28cc84fbd12a0c1b83281207c12c8a08040d4796.zip
wiki: Remove excessive links
-rw-r--r--wiki/Configuration:-Layout.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md
index a060d507..4f2cc112 100644
--- a/wiki/Configuration:-Layout.md
+++ b/wiki/Configuration:-Layout.md
@@ -371,10 +371,10 @@ Set `on` to enable the shadow.
`softness` controls the shadow softness/size in logical pixels, same as [CSS box-shadow] *blur radius*.
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.
+`spread` is the distance to expand the window rectangle in logical pixels, same as CSS box-shadow spread.
<sup>Since: next release</sup> Spread can be negative.
-`offset` moves the shadow relative to the window in logical pixels, same as [CSS box-shadow] offset.
+`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.
Set `draw-behind-window` to `true` to make shadows draw behind the window rather than just around it.