diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.rs b/src/layout.rs index f8bf0b1a..c8b96328 100644 --- a/src/layout.rs +++ b/src/layout.rs @@ -783,7 +783,7 @@ impl<W: LayoutElement> MonitorSet<W> { MonitorSet::NoOutputs(workspaces) => { for workspace in workspaces { assert!( - !workspace.has_windows(), + workspace.has_windows(), "with no outputs there cannot be empty workspaces" ); |
