sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 98b40d31c1178228dfc476b26d82e99bae338b5f
parent c44794bedcad90991b1b665ec5253175e3ef437f
Author: athrungithub <athrun@arnet.com.ar>
Date:   Mon, 11 Feb 2019 19:10:28 -0300

Don't remove from scratchpad on move to workspace

on move container window to another workspace,
not remove from scratchpad.

Diffstat:
Msway/commands/move.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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) {