diff options
| author | Baitinq <[email protected]> | 2021-11-22 21:15:52 +0000 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2021-11-22 21:15:52 +0000 |
| commit | 79e2e3b31c3dc0e410394006196201d5ec9ae7c5 (patch) | |
| tree | bd305a6191c62c4e91efd8a51e52a23188a8eaaf | |
| parent | a (diff) | |
| download | dwm-master.tar.gz dwm-master.tar.bz2 dwm-master.zip | |
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c index 8d945d5..cd78c43 100644 --- a/dwm.c +++ b/dwm.c @@ -970,7 +970,7 @@ grabbuttons(Client *c, int focused) XGrabButton(dpy, buttons[i].button, buttons[i].mask | modifiers[j], c->win, False, BUTTONMASK, - GrabModeSync, GrabModeSync, None, None); + GrabModeAsync, GrabModeAsync, None, None); //if its sync it fucks w resize floating } } |