diff --git a/speedwm.c b/speedwm.c index bbcf0bb..9bbd5a4 100644 --- a/speedwm.c +++ b/speedwm.c @@ -6717,6 +6717,7 @@ togglewin(const Arg *arg) hidewin(c); } + selmon->allowwarp = 0; restack(c->mon); focus(c); arrange(selmon);