applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0
This commit is contained in:
		
							parent
							
								
									e83f36db10
								
							
						
					
					
						commit
						867ba36030
					
				
							
								
								
									
										2
									
								
								dwm.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								dwm.c
									
									
									
									
									
								
							| 
						 | 
					@ -442,7 +442,7 @@ buttonpress(XEvent *e) {
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		else if(ev->x < x + blw)
 | 
							else if(ev->x < x + blw)
 | 
				
			||||||
			click = ClkLtSymbol;
 | 
								click = ClkLtSymbol;
 | 
				
			||||||
		else if(ev->x > selmon->wx + selmon->ww - TEXTW(stext))
 | 
							else if(ev->x > selmon->ww - TEXTW(stext))
 | 
				
			||||||
			click = ClkStatusText;
 | 
								click = ClkStatusText;
 | 
				
			||||||
		else
 | 
							else
 | 
				
			||||||
			click = ClkWinTitle;
 | 
								click = ClkWinTitle;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user