diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/input/move_grab.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/move_grab.rs b/src/input/move_grab.rs index e62a74f8..96230f33 100644 --- a/src/input/move_grab.rs +++ b/src/input/move_grab.rs @@ -113,7 +113,7 @@ impl PointerGrab<State> for MoveGrab { .output_under(handle.current_location()) .map(|(output, _)| output) .cloned(); - // TODO: workspace switch gesture. + // FIXME: workspace switch gesture. if let Some(output) = output { self.is_moving = true; data.niri.layout.view_offset_gesture_begin(&output, false); |
