focus new clients

This commit is contained in:
Akos Horvath 2023-07-02 21:21:30 +02:00
parent 24a8cf1856
commit 463d095aa0

View File

@ -185,6 +185,7 @@ void wm_maprequest_handler(Wm *wm, XMapRequestEvent e)
wm_client_handle_window_types(wm, c, e);
wm_layout(wm, c->m);
wm_client_focus(wm, c);
}
void wm_motion_handler(Wm *wm, XMotionEvent e)