yshui / picom

A lightweight compositor for X11
Other
3.93k stars 575 forks source link

frame-opacity for WINDOW_TYPE settings #1204

Closed BEST8OY closed 4 months ago

BEST8OY commented 4 months ago

Platform

Arch

Environment

X11 , dwm suckless

picom version

11.2

Hello Is it possible to have that? I couldn't eliminate this weird frame unless set the frame-opacity 0

image

absolutelynothelix commented 4 months ago

this looks like an issue caused by window manager misconfiguration and covering it with picom instead of fixing it is a bit wrong.

Monsterovich commented 4 months ago

I couldn't eliminate this weird frame unless set the frame-opacity 0

Because this frame is drawn by the window manager, the compositor has nothing to do with it. There are apps with completely transparent backgrounds: conky, plank. For them it's necessary to edit dwm source code to avoid drawing a border.