Ensure that the focus is set correctly when moving floating clients
This commit is contained in:
parent
125faef1f4
commit
7ed967c96f
|
@ -489,6 +489,8 @@ static void move_floating_window_to_workspace(xcb_connection_t *conn, Client *cl
|
||||||
LOG("done\n");
|
LOG("done\n");
|
||||||
|
|
||||||
render_layout(conn);
|
render_layout(conn);
|
||||||
|
|
||||||
|
set_focus(conn, client, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue