applied viewsel.patch
This commit is contained in:
		
							
								
								
									
										8
									
								
								tag.c
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								tag.c
									
									
									
									
									
								
							@@ -47,7 +47,9 @@ dofloat(Arg *arg)
 | 
				
			|||||||
		else
 | 
							else
 | 
				
			||||||
			ban(c);
 | 
								ban(c);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if((sel = getnext(clients))) {
 | 
						if(!sel || !isvisible(sel))
 | 
				
			||||||
 | 
							sel = getnext(clients);
 | 
				
			||||||
 | 
						if(sel) {
 | 
				
			||||||
		focus(sel);
 | 
							focus(sel);
 | 
				
			||||||
		restack();
 | 
							restack();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -111,7 +113,9 @@ dotile(Arg *arg)
 | 
				
			|||||||
		else
 | 
							else
 | 
				
			||||||
			ban(c);
 | 
								ban(c);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if((sel = getnext(clients)))
 | 
						if(!sel || !isvisible(sel))
 | 
				
			||||||
 | 
							sel = getnext(clients);
 | 
				
			||||||
 | 
						if(sel)
 | 
				
			||||||
		focus(sel);
 | 
							focus(sel);
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
		XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
 | 
							XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user