Update top layer visiblity on workspace switch

Fixes: #1158
This commit is contained in:
Consolatis 2023-11-10 23:58:25 +01:00 committed by Johan Malm
parent 98bf316ee6
commit 13d0b14244
5 changed files with 48 additions and 11 deletions

View file

@ -302,6 +302,9 @@ workspaces_switch_to(struct workspace *target, bool update_focus)
* cursor image from the previous desktop
*/
cursor_update_focus(server);
/* Ensure that only currently visible fullscreen windows hide the top layer */
desktop_update_top_layer_visiblity(server);
}
void