Overlay layer surfaces render under fullscreen windows
Ottatop opened this issue · 1 comments
Ottatop commented
I recently changed the order of rendering to, from top to bottom,
- All windows down to the bottom-most fullscreen window
- Overlay and top layer shell surfaces
- The rest of the windows
- Bottom and background layer shell surfaces
What I failed to realize is that now mako notifications don't show up with a fullscreen window and there is absolutely no way to make them.
A fix is to change the rendering order to
- Overlay layers
- Windows down to the bottom-most fullscreen
- Top layers
- Rest of the windows
- Bottom and background layers
to allow that possibility.