summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-02-11 19:10:28 -0300
committerFurkan Sahin <furkan-dev@proton.me>2019-02-11 19:10:28 -0300
commit4f9f9cca4e47ab7fd07a301c7b06beed70db7ad3 (patch)
tree1137167a4a0e5ad5c11129788023f7bfd107c9b5
parent9ab50a7c1cf4562d5ee098a2d9430078ccb64f6e (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) {