From e3551c2aaf0c54960cdb28a3e8640116a4111e5f Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 16 Aug 2025 13:10:10 +0800 Subject: [PATCH] opt: optimize drag cursor shape --- src/dispatch/bind_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatch/bind_define.h b/src/dispatch/bind_define.h index 3b70a05..a1c6ceb 100644 --- a/src/dispatch/bind_define.h +++ b/src/dispatch/bind_define.h @@ -270,7 +270,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, "all-scroll"); + wlr_cursor_set_xcursor(cursor, cursor_mgr, "grab"); break; case CurResize: /* Doesn't work for X11 output - the next absolute motion event