diff --git a/src/input/command.zig b/src/input/command.zig index deb6e8412..a377effa2 100644 --- a/src/input/command.zig +++ b/src/input/command.zig @@ -486,7 +486,7 @@ fn actionCommands(action: Action.Key) []const Command { .description = "Focus the previous window, if any.", }, .{ - .action = .{ .goto_window = .previous }, + .action = .{ .goto_window = .next }, .title = "Focus Window: Next", .description = "Focus the next window, if any.", },