aboutsummaryrefslogtreecommitdiff
path: root/sway/commands
diff options
context:
space:
mode:
authorathrungithub <athrun@arnet.com.ar>2019-02-11 19:10:28 -0300
committerBrian Ashworth <bosrsf04@gmail.com>2019-02-12 23:47:10 -0500
commit98b40d31c1178228dfc476b26d82e99bae338b5f (patch)
tree1137167a4a0e5ad5c11129788023f7bfd107c9b5 /sway/commands
parentc44794bedcad90991b1b665ec5253175e3ef437f (diff)
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')
-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) {