diff --git a/src/commands.c b/src/commands.c index b8a28573..ff682bd5 100644 --- a/src/commands.c +++ b/src/commands.c @@ -489,6 +489,8 @@ static void move_floating_window_to_workspace(xcb_connection_t *conn, Client *cl LOG("done\n"); render_layout(conn); + + set_focus(conn, client, true); } /*