Results 74 comments of nnra

> Guys, Nvidia 660 fixed it! 560 Fixed it for me too!

Afaik, DH now supports chunk fading natively. Why not just implement support for not fading already visible chunks?

Huge find! This is directly tied to the following blur setting: `new_optimizations = true`! I genuinely have no clue how I never tried setting it to `false` before... Disabling it...

Ok, I went through the hyprland codebase and I have an assumption as to why these optimizations block the hyprwinwrap rendering. From my understanding, new optimizations are basically avoiding re-rendering...

I am closing this issue with the solution being as simple as using `decoration:blur:new_optimizations = false`(or `decoration:blur:ignore_opacity = false` if you don't mind the ugly look). From my understanding, disabling...

> HyperWinWrap not showing through transparent window when floating > 2024-07-05_21-48-58.mp4 I think that this is related to the following blur option: `ignore_opacity = true` Try disabling it and let...

Ah, could be this other thing. Are you making the terminal transparent in the terminal cfg or via hyprland window rules? If it's the first, take a look at the...

> isn't it the same as #167? Nope, #167 refers to hyprwinwrap not being visible through apps that use native transparency. This issue is hyprwinwrap not being visible through tiled...

> Hey, it works when you disable `decoration:blur:new_optimizations` For anyone still looking for a solution. Technically a dupe of #91. Have a great day! Yup, already mentioned the solution in...