aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar athrungithub <athrun@arnet.com.ar>2019-02-11 19:10:28 -0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-02-18 15:11:48 -0500
commit59b3c4d06e2941f08ca60e25a223c0e52b83a00e (patch)
tree1137167a4a0e5ad5c11129788023f7bfd107c9b5 /sway
parentFix --version when building from tarball (diff)
downloadsway-59b3c4d06e2941f08ca60e25a223c0e52b83a00e.tar.gz
sway-59b3c4d06e2941f08ca60e25a223c0e52b83a00e.tar.zst
sway-59b3c4d06e2941f08ca60e25a223c0e52b83a00e.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')
-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) {