don't warp when clicking title

This commit is contained in:
speedie 2023-01-17 20:08:01 +01:00
parent adf96a8119
commit 758bf9b62e

View file

@ -6717,6 +6717,7 @@ togglewin(const Arg *arg)
hidewin(c);
}
selmon->allowwarp = 0;
restack(c->mon);
focus(c);
arrange(selmon);