mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-27 03:36:31 +00:00
Run focusclient when switching to monocle layout
This commit is contained in:
parent
22bd75226b
commit
06d9230a96
1 changed files with 1 additions and 0 deletions
1
dwl.c
1
dwl.c
|
@ -1405,6 +1405,7 @@ monocle(Monitor *m)
|
||||||
continue;
|
continue;
|
||||||
resize(c, m->w.x, m->w.y, m->w.width, m->w.height, 0);
|
resize(c, m->w.x, m->w.y, m->w.width, m->w.height, 0);
|
||||||
}
|
}
|
||||||
|
focusclient(focustop(m), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue