Skip to content

Only promote windows to upper layers if one of the group members is in fullscreen mode

Vlad Zahorodnii requested to merge work/fix-x11-layer-promotion into master

We want panels to be behind fullscreen windows, but osd windows above them. With the current layer promotion logic, the panel will be promoted to the osd layer, which is undesirable. This change restores the old behavior by allowing layer promotion only to ActiveLayer.

Merge request reports