aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathrungithub <athrun@arnet.com.ar>2019-02-11 19:10:28 -0300
committerDrew DeVault <sir@cmpwn.com>2019-02-18 15:11:48 -0500
commit59b3c4d06e2941f08ca60e25a223c0e52b83a00e (patch)
tree1137167a4a0e5ad5c11129788023f7bfd107c9b5
parente50e1fe058f51ac14d4e9130ca1270e3b569cc47 (diff)
Don't remove from scratchpad on move to workspace
on move container window to another workspace, not remove from scratchpad.
-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) {
// move container
if (container->scratchpad) {
- root_scratchpad_remove_container(container);
root_scratchpad_show(container);
}
switch (destination->type) {