From ffb757a532d79ac209ade8e6c38952514edeac7b Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Fri, 21 Oct 2022 17:11:51 +0300 Subject: unpatch: cursorwarp (my window borders are thick enough) --- dwm.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index a362977..0fae8e5 100644 --- a/dwm.c +++ b/dwm.c @@ -916,8 +916,6 @@ focusmon(const Arg *arg) unfocus(selmon->sel, 0); selmon = m; focus(NULL); - if (selmon->sel) - XWarpPointer(dpy, None, selmon->sel->win, 0, 0, 0, 0, selmon->sel->w/2, selmon->sel->h/2); } void @@ -943,7 +941,6 @@ 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); } } -- cgit 1.4.1-2-gfad0