apply resize hints in floating layout
This commit is contained in:
		
							
								
								
									
										2
									
								
								dwm.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								dwm.c
									
									
									
									
									
								
							@@ -349,7 +349,7 @@ applysizehints(Client *c, int *x, int *y, int *w, int *h, Bool interact) {
 | 
				
			|||||||
		*h = bh;
 | 
							*h = bh;
 | 
				
			||||||
	if(*w < bh)
 | 
						if(*w < bh)
 | 
				
			||||||
		*w = bh;
 | 
							*w = bh;
 | 
				
			||||||
	if(resizehints || c->isfloating) {
 | 
						if(resizehints || c->isfloating || !c->mon->lt[c->mon->sellt]->arrange) {
 | 
				
			||||||
		/* see last two sentences in ICCCM 4.1.2.3 */
 | 
							/* see last two sentences in ICCCM 4.1.2.3 */
 | 
				
			||||||
		baseismin = c->basew == c->minw && c->baseh == c->minh;
 | 
							baseismin = c->basew == c->minw && c->baseh == c->minh;
 | 
				
			||||||
		if(!baseismin) { /* temporarily remove base dimensions */
 | 
							if(!baseismin) { /* temporarily remove base dimensions */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user