mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
wiki: Emphasize non-xray warnings
This commit is contained in:
@@ -944,6 +944,9 @@ See the [window effects page](./Window-Effects.md) for an overview of background
|
|||||||
```kdl
|
```kdl
|
||||||
// Make floating windows use the regular blur (if enabled),
|
// Make floating windows use the regular blur (if enabled),
|
||||||
// while tiled windows keep using the efficient xray blur.
|
// while tiled windows keep using the efficient xray blur.
|
||||||
|
//
|
||||||
|
// Warning: non-xray blur is currently experimental and has known limitations.
|
||||||
|
// In particular, it doesn't work during window opening and closing animations.
|
||||||
window-rule {
|
window-rule {
|
||||||
match is-floating=true
|
match is-floating=true
|
||||||
|
|
||||||
|
|||||||
@@ -62,10 +62,11 @@ You can disable xray with `xray false` background effect window rule.
|
|||||||
This gives you the normal kind of blur where everything below a window is blurred.
|
This gives you the normal kind of blur where everything below a window is blurred.
|
||||||
Keep in mind that non-xray blur and other non-xray effects are more expensive as niri has to recompute them any time you move the window, or the contents underneath change.
|
Keep in mind that non-xray blur and other non-xray effects are more expensive as niri has to recompute them any time you move the window, or the contents underneath change.
|
||||||
|
|
||||||
Non-xray effects are currently experimental because they have some known limitations.
|
> [!WARNING]
|
||||||
|
> 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.
|
> - 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.
|
||||||
|
|
||||||
### Implementation notes
|
### Implementation notes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user