X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ffloating.c;h=13c84e47890116a3749d0d5046403757c50bf117;hb=ad568aa8c1d909e5e40cbc9e5a99900f8a1e0f2b;hp=7bbe93e44f32b01716e990be346b8875dbb19c69;hpb=355082a74cfebb4f197fc4edb0571620349310f9;p=i3%2Fi3 diff --git a/src/floating.c b/src/floating.c index 7bbe93e4..13c84e47 100644 --- a/src/floating.c +++ b/src/floating.c @@ -290,7 +290,7 @@ bool floating_maybe_reassign_ws(Con *con) { Con *content = output_get_content(output->con); Con *ws = TAILQ_FIRST(&(content->focus_head)); DLOG("Moving con %p / %s to workspace %p / %s\n", con, con->name, ws, ws->name); - con_move_to_workspace(con, ws, true); + con_move_to_workspace(con, ws, false, true); con_focus(con_descend_focused(con)); return true; }