Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit c9da043

Browse files
committed
blur/fake-blur: don't mark windows with fake blur as translucent
1 parent ab34036 commit c9da043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blur.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ void BlurEffect::prePaintWindow(EffectWindow *w, WindowPrePaintData &data, std::
518518
}
519519
}
520520

521-
if (shouldForceBlur(w) && m_settings.forceBlur.markWindowAsTranslucent) {
521+
if (m_settings.forceBlur.markWindowAsTranslucent && !fakeBlur && shouldForceBlur(w)) {
522522
data.setTranslucent();
523523
}
524524

0 commit comments

Comments
 (0)