hotfixing with sanders hint
This commit is contained in:
		
							
								
								
									
										4
									
								
								client.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								client.c
									
									
									
									
									
								
							@@ -254,8 +254,10 @@ manage(Window w, XWindowAttributes *wa)
 | 
				
			|||||||
	clients = c;
 | 
						clients = c;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	settitle(c);
 | 
						settitle(c);
 | 
				
			||||||
	if(isvisible(c))
 | 
						if(isvisible(c)) {
 | 
				
			||||||
 | 
							focus(NULL);
 | 
				
			||||||
		sel = c;
 | 
							sel = c;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	arrange(NULL);
 | 
						arrange(NULL);
 | 
				
			||||||
	XMapWindow(dpy, c->win);
 | 
						XMapWindow(dpy, c->win);
 | 
				
			||||||
	XMapWindow(dpy, c->twin);
 | 
						XMapWindow(dpy, c->twin);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user