opt: Use all-scroll instead of fleur xcursor shape for window dragging
This commit is contained in:
@@ -4865,7 +4865,7 @@ moveresize(const Arg *arg) {
|
||||
case CurMove:
|
||||
grabcx = cursor->x - grabc->geom.x;
|
||||
grabcy = cursor->y - grabc->geom.y;
|
||||
wlr_cursor_set_xcursor(cursor, cursor_mgr, "fleur");
|
||||
wlr_cursor_set_xcursor(cursor, cursor_mgr, "all-scroll");
|
||||
break;
|
||||
case CurResize:
|
||||
/* Doesn't work for X11 output - the next absolute motion event
|
||||
|
||||
Reference in New Issue
Block a user