don't check for monocle layout in zoom() exit condition
This commit is contained in:
		
							
								
								
									
										1
									
								
								dwm.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								dwm.c
									
									
									
									
									
								
							@@ -2034,7 +2034,6 @@ zoom(const Arg *arg) {
 | 
				
			|||||||
	Client *c = selmon->sel;
 | 
						Client *c = selmon->sel;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if(!selmon->lt[selmon->sellt]->arrange
 | 
						if(!selmon->lt[selmon->sellt]->arrange
 | 
				
			||||||
	|| selmon->lt[selmon->sellt]->arrange == monocle
 | 
					 | 
				
			||||||
	|| (selmon->sel && selmon->sel->isfloating))
 | 
						|| (selmon->sel && selmon->sel->isfloating))
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	if(c == nexttiled(selmon->clients))
 | 
						if(c == nexttiled(selmon->clients))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user