aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
diff options
context:
space:
mode:
authorLibravatar athrungithub <athrun@arnet.com.ar>2019-02-11 19:10:28 -0300
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-12 23:47:10 -0500
commit98b40d31c1178228dfc476b26d82e99bae338b5f (patch)
tree1137167a4a0e5ad5c11129788023f7bfd107c9b5 /sway/commands/move.c
parentMerge pull request #3665 from emersion/layer-map-rebase (diff)
downloadsway-98b40d31c1178228dfc476b26d82e99bae338b5f.tar.gz
sway-98b40d31c1178228dfc476b26d82e99bae338b5f.tar.zst
sway-98b40d31c1178228dfc476b26d82e99bae338b5f.zip
Don't remove from scratchpad on move to workspace
on move container window to another workspace, not remove from scratchpad.
Diffstat (limited to 'sway/commands/move.c')
-rw-r--r--sway/commands/move.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/move.c b/sway/commands/move.c
index 8c3afae9..16f8cdb6 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -516,7 +516,6 @@ static struct cmd_results *cmd_move_container(int argc, char **argv) {
516 516
517 // move container 517 // move container
518 if (container->scratchpad) { 518 if (container->scratchpad) {
519 root_scratchpad_remove_container(container);
520 root_scratchpad_show(container); 519 root_scratchpad_show(container);
521 } 520 }
522 switch (destination->type) { 521 switch (destination->type) {