From 1d5a79746d0b6708833d95d9090c14798295c1d6 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Tue, 10 Jun 2025 07:00:06 +0800 Subject: [PATCH] opt: Use all-scroll instead of fleur xcursor shape for window dragging --- src/maomao.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maomao.c b/src/maomao.c index a204495..1984af8 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -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