remove warp behavior when using togglewin func

only affects awsome bar
This commit is contained in:
Jakub 2024-07-20 01:41:12 -04:00
parent 7c9be5fa71
commit bc86c745c4

2
dwm.c
View File

@ -2869,7 +2869,7 @@ togglewin(const Arg *arg)
showwin(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); */
}
}