Wrong action typo fix

This commit is contained in:
Max Bretschneider
2025-10-24 14:10:20 +02:00
committed by Mitchell Hashimoto
parent afbcfa9e3d
commit 4f02e6c096

View File

@@ -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.",
},