crash fix
This commit is contained in:
parent
dd21823536
commit
8e0f8ffcc6
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -313,7 +313,7 @@ arrange(Monitor *m) {
|
|||
m->layout->arrange(m);
|
||||
else
|
||||
for(i = 0; i < mcount; i++)
|
||||
m->layout->arrange(&monitors[i]);
|
||||
monitors[i].layout->arrange(&monitors[i]);
|
||||
focus(NULL);
|
||||
restack(m);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue