mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
Don't remove from scratchpad on move to workspace
on move container window to another workspace, not remove from scratchpad.
This commit is contained in:
parent
e50e1fe058
commit
59b3c4d06e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user