~ruther/dwl

06d9230a9611ab70041c7dbb1bf3d9e9ea497271 — Ben Jargowsky 3 years ago 22bd752
Run focusclient when switching to monocle layout
1 files changed, 1 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -0
@@ 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