|
|
@ -313,7 +313,7 @@ arrange(Monitor *m) {
|
|
|
|
m->layout->arrange(m);
|
|
|
|
m->layout->arrange(m);
|
|
|
|
else
|
|
|
|
else
|
|
|
|
for(i = 0; i < mcount; i++)
|
|
|
|
for(i = 0; i < mcount; i++)
|
|
|
|
m->layout->arrange(&monitors[i]);
|
|
|
|
monitors[i].layout->arrange(&monitors[i]);
|
|
|
|
focus(NULL);
|
|
|
|
focus(NULL);
|
|
|
|
restack(m);
|
|
|
|
restack(m);
|
|
|
|
}
|
|
|
|
}
|
|
|
|