aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands/move.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/move.c b/sway/commands/move.c
index 4061df3a..a4fae388 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -184,7 +184,7 @@ static struct cmd_results *cmd_move_workspace(struct sway_container *current,
184} 184}
185 185
186static struct cmd_results *move_in_direction(struct sway_container *container, 186static struct cmd_results *move_in_direction(struct sway_container *container,
187 enum wlr_direction direction, int move_amt) { 187 enum movement_direction direction, int move_amt) {
188 if (container->type == C_WORKSPACE) { 188 if (container->type == C_WORKSPACE) {
189 return cmd_results_new(CMD_FAILURE, "move", 189 return cmd_results_new(CMD_FAILURE, "move",
190 "Cannot move workspaces in a direction"); 190 "Cannot move workspaces in a direction");