mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-08-18 02:58:43 +00:00
winwrap: overlay render after special workspace (#638)
Bug: window rendered on top after closing special workspace Fixed render order by switching to RENDER_POST_WALLPAPER
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user