> I am using compton already with this line in i3 config file
> 
> exec compton -f
> 
> but occasionally seeing slight visual glitches when new

I have found compton to be a little glitchy with the default xrender
backend, but have had no problems with opengl.

Try 

$ killall compton
$ compton -f --backend glx

and if that fixes the problem then change the line in your i3 config
file to

exec compton -f --backend glx

to make the change permanent.

> I'll try and Make the compton fork, thanks!

I suggest troubleshooting your current issues with compton first.

Attachment: signature.asc
Description: PGP signature

Reply via email to