diff --git a/suckless/dwm/dwm.c b/suckless/dwm/dwm.c index f6de5a1..7e87748 100644 --- a/suckless/dwm/dwm.c +++ b/suckless/dwm/dwm.c @@ -2313,6 +2313,9 @@ warp(const Client *c) return; } + if (c->isfloating) + return; + if (!getrootptr(&x, &y) || (x > c->x - c->bw && y > c->y - c->bw &&