summaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/move.c')
-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 4dc547db..09f19c3f 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -64,7 +64,7 @@ static struct sway_output *output_in_direction(const char *direction_string,
64 } 64 }
65 } 65 }
66 66
67 return output_by_name(direction_string); 67 return output_by_name_or_id(direction_string);
68} 68}
69 69
70static bool is_parallel(enum sway_container_layout layout, 70static bool is_parallel(enum sway_container_layout layout,