diff options
Diffstat (limited to 'monsterwm.c')
| -rw-r--r-- | monsterwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c index 8995aff..ca5be67 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -732,7 +732,6 @@ void mousemotion(const Arg *arg) { if (XGrabPointer(dis, root, False, BUTTONMASK|PointerMotionMask, GrabModeAsync, GrabModeAsync, None, None, CurrentTime) != GrabSuccess) return; - if (!d->curr->isfloat && !d->curr->istrans) { d->curr->isfloat = True; tile(d); focus(d->curr, d); } do { |
