diff --git a/src/Surface.zig b/src/Surface.zig index 4ff25992a..19c2662c1 100644 --- a/src/Surface.zig +++ b/src/Surface.zig @@ -5394,8 +5394,8 @@ pub fn performBindingAction(self: *Surface, action: input.Binding.Action) !bool .{ .surface = self }, .goto_window, switch (direction) { - .next => apprt.action.GotoWindow.next, - .previous => apprt.action.GotoWindow.previous, + .previous => .previous, + .next => .next, }, ),