mut-ex / awesome-wm-nice

An Awesome WM module that add MacOS-like window decorations, with seamless titlebars, double click to maximize, and window shade feature
MIT License
469 stars 31 forks source link

Shadows not painted. #3

Closed raven2cz closed 4 years ago

raven2cz commented 4 years ago

I tried my previous settings of shadows, and your described shadow configuration in picom, but the shadows are not painted anymore if the nice() is initialized. If the feature is not activated, the shadows are painted.

raven2cz commented 4 years ago

I solved the problem now! I had activated this feature for rounded corners: shadow-ignore-shaped = true; In your case, the feature has to be set to: shadow-ignore-shaped = false; The shadows are painted successfully now!

Pablo1107 commented 4 years ago

I had the same thing on my system, turning that setting of solves it. Please close this issue @raven2cz .