Fix crash, stupid mistake

This commit is contained in:
speediegq 2022-08-23 22:29:29 +02:00
parent af008cd3bf
commit 54e11ef7dd

View file

@ -2308,7 +2308,7 @@ togglewin(const Arg *arg)
if (c == selmon->sel) {
hidewin(c);
focus(NULL);
arrange(c->mon);
arrange(selmon);
} else {
if (HIDDEN(c))
showwin(c);