Update xwayland stacking order properly

This commit is contained in:
Ottatop 2024-06-09 20:17:58 -05:00
parent 5871a2758e
commit 7e03611702

View file

@ -451,8 +451,8 @@ impl Pinnacle {
};
let x11_wins = self
.space
.elements()
.windows
.iter()
.filter(|win| win.is_on_active_tag())
.filter_map(|win| win.x11_surface())
.cloned()