focus new clients
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user