diff --git a/src/shell/layout/tiling/mod.rs b/src/shell/layout/tiling/mod.rs index 7af788bd..fc311fb8 100644 --- a/src/shell/layout/tiling/mod.rs +++ b/src/shell/layout/tiling/mod.rs @@ -4999,7 +4999,9 @@ where } else { window_elements.extend(w_elements); } - popup_elements.extend(p_elements) + if !mapped.is_maximized(false) { + popup_elements.extend(p_elements); + } } } });