Pointer warps only on monitor change.

This commit is contained in:
Sheldon Lee 2021-12-21 17:04:42 +08:00
parent 27666c8a81
commit 4a8274e7b0

2
dwm.c
View File

@ -893,7 +893,7 @@ focusstack(const Arg *arg)
if (c) {
focus(c);
restack(selmon);
XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w/2, c->h/2);
//XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w/2, c->h/2);
}
}