Run focusclient when switching to monocle layout

This commit is contained in:
Ben Jargowsky 2022-05-11 14:30:10 +02:00
parent 22bd75226b
commit 06d9230a96
1 changed files with 1 additions and 0 deletions

1
dwl.c
View File

@ -1405,6 +1405,7 @@ monocle(Monitor *m)
continue;
resize(c, m->w.x, m->w.y, m->w.width, m->w.height, 0);
}
focusclient(focustop(m), 1);
}
void