summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-06-25 22:04:03 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-06-25 22:04:03 +0100
commitab32254951825e3543bcb720e3d59baeafb47098 (patch)
tree2701d682718d99691e29758a72b6cc63706cf505 /dwm.c
parentfbc7e6ddb8617683dff6e9cba96ae4b8d33d18ef (diff)
change browser to waterfox
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 7696552..fd3a37e 100644
--- a/dwm.c
+++ b/dwm.c
@@ -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) {