mirror of
				https://github.com/DreamMaoMao/maomaowm.git
				synced 2025-11-03 09:01:47 -05:00 
			
		
		
		
	opt: Use all-scroll instead of fleur xcursor shape for window dragging
This commit is contained in:
		
							parent
							
								
									9e58c54830
								
							
						
					
					
						commit
						1d5a79746d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -4865,7 +4865,7 @@ moveresize(const Arg *arg) {
 | 
				
			||||||
	case CurMove:
 | 
						case CurMove:
 | 
				
			||||||
		grabcx = cursor->x - grabc->geom.x;
 | 
							grabcx = cursor->x - grabc->geom.x;
 | 
				
			||||||
		grabcy = cursor->y - grabc->geom.y;
 | 
							grabcy = cursor->y - grabc->geom.y;
 | 
				
			||||||
		wlr_cursor_set_xcursor(cursor, cursor_mgr, "fleur");
 | 
							wlr_cursor_set_xcursor(cursor, cursor_mgr, "all-scroll");
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
	case CurResize:
 | 
						case CurResize:
 | 
				
			||||||
		/* Doesn't work for X11 output - the next absolute motion event
 | 
							/* Doesn't work for X11 output - the next absolute motion event
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue