How configure transparency in arch?

I run Rex`s image with Manjaro and run i3 desktop. When I try run terminal with transparency this not work, after i run picom it`s worked but only with in static transparency. I know this works in Parrot OS, but i don`t understand how. Help me, please

1 Like

i3 is just a window manager, you need to run a compositor for transparency

either picom or compton, and configure them the way you want

yes, i use picom. But is not provide dynamic transparrency

it’s arch, how have you configured it?

Now just this

unredir-if-possible = false;no-ewmh-fullscreen = true;

I also try with this

backend = "glx";
vsync = true;

But vsync not work, glx freeze and work broken.