Focus newly created windows

This commit is contained in:
Kevin Lange 2016-12-05 21:55:22 +09:00
parent 32f8d3b0f3
commit ca648a32d5

View File

@ -2217,6 +2217,8 @@ int main(int argc, char * argv[]) {
pex_send(server, p->source, response->size, (char *)response);
free(response);
set_focused_window(yg, w);
notify_subscribers(yg);
}
break;