aboutsummaryrefslogtreecommitdiff
path: root/src/layout
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout')
-rw-r--r--src/layout/workspace.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layout/workspace.rs b/src/layout/workspace.rs
index 9956a982..017efbf6 100644
--- a/src/layout/workspace.rs
+++ b/src/layout/workspace.rs
@@ -966,8 +966,9 @@ impl<W: LayoutElement> Workspace<W> {
}
pub fn toggle_full_width(&mut self) {
- // TODO
if self.floating_is_active.get() {
+ // Leave this unimplemented for now. For good UX, this probably needs moving the tile
+ // to be against the left edge of the working area while it is full-width.
return;
}
self.scrolling.toggle_full_width();