wiki: Fix typos

This commit is contained in:
Ivan Molodetskikh
2026-04-21 22:34:51 +03:00
parent efb169416d
commit e472b5b0f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ blur {
#### `passes` and `offset`
`passes` contols the number of downsample/upsample passes for dual kawase blur.
`passes` controls the number of downsample/upsample passes for dual kawase blur.
More passes produce a larger, smoother blur, but cost more GPU resources.
`offset` is the pixel offset multiplier for each pass.
+1 -1
View File
@@ -66,7 +66,7 @@ Keep in mind that non-xray blur and other non-xray effects are more expensive as
> Non-xray effects are currently experimental because they have some known limitations.
>
> - They disappear during window open/close animations and while dragging a tiled window.
> Fixing this requries a refactor to the niri rendering code to defer offscreen rendering, and possibly other refactors.
> Fixing this requires a refactor to the niri rendering code to defer offscreen rendering, and possibly other refactors.
### Implementation notes