mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: optimize drag cursor shape
This commit is contained in:
parent
66843ac03b
commit
ac05b63718
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue