summaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <RyanDwyer@users.noreply.github.com>2018-08-25 13:06:04 +1000
committerLibravatar GitHub <noreply@github.com>2018-08-25 13:06:04 +1000
commit4b9ad9c2382db9b2a9a224e9ebc60b6298843aa9 (patch)
treef1ed7e866d4e34f5ef9b8f72ec8095369619aaa7 /sway/commands/move.c
parentcommands: implement move absolute (diff)
parentMerge pull request #2499 from RyanDwyer/refactor-destroy-functions (diff)
downloadsway-4b9ad9c2382db9b2a9a224e9ebc60b6298843aa9.tar.gz
sway-4b9ad9c2382db9b2a9a224e9ebc60b6298843aa9.tar.zst
sway-4b9ad9c2382db9b2a9a224e9ebc60b6298843aa9.zip
Merge branch 'master' into commands
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 b256584b..087423de 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -247,7 +247,7 @@ static void workspace_move_to_output(struct sway_container *workspace,
247 } 247 }
248 248
249 // Try to remove an empty workspace from the destination output. 249 // Try to remove an empty workspace from the destination output.
250 container_reap_empty_recursive(new_output_focus); 250 container_reap_empty(new_output_focus);
251 251
252 output_sort_workspaces(output); 252 output_sort_workspaces(output);
253 seat_set_focus(seat, output); 253 seat_set_focus(seat, output);