diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 44d4e38..9de9353 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -126,7 +126,7 @@ _Subcategory `decoration:blur:`_ | enabled | enable kawase window background blur | bool | true | | size | blur size (distance) | int | 8 | | passes | the amount of passes to perform | int | 1 | -| ignore_opacity | make the blur layer ignore the opacity of the window | bool | false | +| ignore_opacity | make the blur layer ignore the opacity of the window | bool | true | | new_optimizations | whether to enable further optimizations to the blur. Recommended to leave on, as it will massively improve performance. | bool | true | | xray | if enabled, floating windows will ignore tiled windows in their blur. Only available if new_optimizations is true. Will reduce overhead on floating blur significantly. | bool | false | | noise | how much noise to apply. [0.0 - 1.0] | float | 0.0117 | diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index fe9b5b9..df29314 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -428,3 +428,10 @@ This means you have no hyprcursor theme installed, and hyprland failed to find a ### Smart gaps please? [Here](../Configuring/Workspace-Rules/#smart-gaps). + +### Hprwinwrap is not visible through blurred windows + +This is a side effect of the [decoration:blur:new_optimizations](../Configuring/Variables/#blur). +You have two options to resolve it. +1. Set `decoration:blur:new_optimizations` to `false` - This will preserve the exact same appearance, but may have a slight performance cost. +2. Set `decoration:blur:ignore_opacity` to `false` - This will drastically affect the appearance, but should maintain the original performance.