dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 06d9230a9611ab70041c7dbb1bf3d9e9ea497271
parent 22bd75226bc897a3b2ad90f36883ff489d435eb4
Author: Ben Jargowsky <benjar63@gmail.com>
Date:   Wed, 11 May 2022 14:30:10 +0200

Run focusclient when switching to monocle layout

Diffstat:
Mdwl.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -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