diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-25 22:04:03 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-06-25 22:04:03 +0100 |
| commit | ab32254951825e3543bcb720e3d59baeafb47098 (patch) | |
| tree | 2701d682718d99691e29758a72b6cc63706cf505 /dwm.c | |
| parent | fbc7e6ddb8617683dff6e9cba96ae4b8d33d18ef (diff) | |
change browser to waterfox
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1313,7 +1313,7 @@ resizemouse(const Arg *arg) break; } } while (ev.type != ButtonRelease); - XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w + c->bw - 1, c->h + c->bw - 1); + // XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w + c->bw - 1, c->h + c->bw - 1); XUngrabPointer(dpy, CurrentTime); while (XCheckMaskEvent(dpy, EnterWindowMask, &ev)); if ((m = recttomon(c->x, c->y, c->w, c->h)) != selmon) { |
