tryone144 / compton

A compositor for X11.
Other
617 stars 235 forks source link

dual_kawase creating weird blur box around Firefox utility menu #30

Closed riazufila closed 4 years ago

riazufila commented 4 years ago

Platform: Archlinux 64-bit, i3-gaps, X11.

GPU, drivers, and screen setup: Integrated Intel, Single monitor (Laptop).

Compton version: picom-tryone-git 1325_Next.44.g7e31e28_2020.03.07-1 from AUR

Compton configuration: https://pastebin.com/XBCdJ0LD

Steps of reproduction

I executed picom using the following command: picom --experimental-backends --blur-method dual_kawase --blur-strength 10

Executing with only picom with no arguments won't produce this issue. But I'll lose dual_kawase blur.

Expected behavior

No weird blur border.

Current Behavior & Other details

A weird blur border is surrounding the utility window. Screenshot from 2020-03-08 08-05-34

riazufila commented 4 years ago

That was stupid of me. I included this line, "name *= 'Firefox'" in blur-background-exclude = [ ]; to solve this.