BlackCapCoder / compton

A compositor for X11.
Other
98 stars 3 forks source link

Part of border missing with BSPWM #8

Closed Epictek closed 5 years ago

Epictek commented 6 years ago

Very basic config:

backend = "glx";
paint-on-overlay = true;
glx-no-stencil = true;
vsync = "opengl-swc";
unredir-if-possible = true;
no-scale-down = true;
transition-length = 200;
# Opacity
detect-client-opacity = true;
# Window type settings
wintypes:
{
 tooltip = { shadow = false; };
};

BlackCapCoder commented 6 years ago

Is this also the case with regular compton?

Epictek commented 6 years ago

No, Tried with the original compton both built from source and the binary included in void repos and did not have this issue so it seems that it is exclusive to this fork.