diff options
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c index 74c19b5b..2bdfeff6 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -380,7 +380,7 @@ static bool cmd_move(struct sway_config *config, int argc, char **argv) { if (ws == NULL) { ws = workspace_create(ws_name); } - move_container_to(view, ws); + move_container_to(view, get_focused_container(ws)); } else { return false; } |