fix focus

This commit is contained in:
Akos Horvath 2022-08-03 21:32:06 +02:00
parent c405f965a0
commit d0e124310e

2
wm.c
View File

@ -403,7 +403,7 @@ void wm_maprequest_handler(XMapRequestEvent e)
c = wm_client_create(e.window);
RETURN_IF_NULL(c)
XMapWindow(wm_display, c->window);
//XMapWindow(wm_display, c->window);
wm_mstack(c->m);
}