diff --git a/src/shell/mod.rs b/src/shell/mod.rs index e19fba27..961e01bf 100644 --- a/src/shell/mod.rs +++ b/src/shell/mod.rs @@ -1073,7 +1073,7 @@ impl Shell { WorkspaceMode::OutputBound(sets, _) => { sets.values().any(|set| set.previously_active.is_some()) } - }) || matches!(self.overview_mode, OverviewMode::None) + }) || !matches!(self.overview_mode, OverviewMode::None) || self .workspaces .spaces()