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