diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-12-26 09:03:16 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-12-30 20:12:37 +0300 |
| commit | 31f0e66f450086dac57d5dcf4a0eebe5109aa5a7 (patch) | |
| tree | a12c8ff50d4ff615ec9edf51d104681b24b5a331 /src/layout/workspace.rs | |
| parent | 28b78a563b3a2275874c8c4ae802be074c8b51b2 (diff) | |
| download | niri-31f0e66f450086dac57d5dcf4a0eebe5109aa5a7.tar.gz niri-31f0e66f450086dac57d5dcf4a0eebe5109aa5a7.tar.bz2 niri-31f0e66f450086dac57d5dcf4a0eebe5109aa5a7.zip | |
floating: Comment on toggle-full-width status
Diffstat (limited to 'src/layout/workspace.rs')
| -rw-r--r-- | src/layout/workspace.rs | 3 |
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(); |
