applied yiyus fix
This commit is contained in:
		
							parent
							
								
									a62ea4062f
								
							
						
					
					
						commit
						fda92f46aa
					
				
							
								
								
									
										2
									
								
								dwm.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								dwm.c
									
									
									
									
									
								
							| @ -1651,7 +1651,7 @@ updatewmhints(Client *c) { | |||||||
| 	XWMHints *wmh; | 	XWMHints *wmh; | ||||||
| 
 | 
 | ||||||
| 	if((wmh = XGetWMHints(dpy, c->win))) { | 	if((wmh = XGetWMHints(dpy, c->win))) { | ||||||
| 		if(ISVISIBLE(c) && wmh->flags & XUrgencyHint) { | 		if(c == sel && wmh->flags & XUrgencyHint) { | ||||||
| 			wmh->flags &= ~XUrgencyHint; | 			wmh->flags &= ~XUrgencyHint; | ||||||
| 			XSetWMHints(dpy, c->win, wmh); | 			XSetWMHints(dpy, c->win, wmh); | ||||||
| 		} | 		} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 arg@localhost.localdomain
						arg@localhost.localdomain