Don't change focused window when creating a new client

This commit is contained in:
David Delassus 2012-05-02 16:39:42 +02:00
parent d6b97c6c5f
commit 736f98e37f

View File

@ -1006,7 +1006,6 @@ client_new(Window w, XWindowAttributes *wa, bool scan)
if(!scan)
{
client_get_name(c);
client_focus(c);
client_configure(c);
}