From: Michael Stapelberg Date: Tue, 23 Jun 2009 22:35:05 +0000 (+0200) Subject: Ensure that the focus is set correctly when moving floating clients X-Git-Tag: 3.b~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7ed967c96fb392847394d675b3e4052d334a4cea;p=i3%2Fi3 Ensure that the focus is set correctly when moving floating clients --- 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); } /*