From 7ed967c96fb392847394d675b3e4052d334a4cea Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 24 Jun 2009 00:35:05 +0200 Subject: [PATCH] Ensure that the focus is set correctly when moving floating clients --- src/commands.c | 2 ++ 1 file changed, 2 insertions(+) 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); } /* -- 2.39.5