From b10de8aed0b02bc7346c563a5a504db3886d1342 Mon Sep 17 00:00:00 2001 From: nnra <104775644+nnra6864@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:49:28 +0100 Subject: [PATCH] Updated wiki to match the pull request for changing the default decoration:blur:ignore_opacity value (#857) * Updated wiki to match the pull request for changing the default decoration:blur:ignore_opacity value * Added a workaround for hyprwinwrap not being visible behind blurred windows --- pages/Configuring/Variables.md | 2 +- pages/FAQ/_index.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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.