diff --git a/hyprwinwrap/main.cpp b/hyprwinwrap/main.cpp index d9f2c1b..5cb2d00 100644 --- a/hyprwinwrap/main.cpp +++ b/hyprwinwrap/main.cpp @@ -115,7 +115,7 @@ void onCloseWindow(PHLWINDOW pWindow) { } void onRenderStage(eRenderStage stage) { - if (stage != RENDER_PRE_WINDOWS) + if (stage != RENDER_POST_WALLPAPER) return; for (auto& bg : bgWindows) {