diff options
Diffstat (limited to 'src/layout')
| -rw-r--r-- | src/layout/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 2b2c9fc1..90fcaab6 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -1384,7 +1384,7 @@ impl<W: LayoutElement> Layout<W> { _ => mon.switch_workspace(workspace_idx), } - break; + return; } } } |
