dwl

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

commit 87fc3a58ab72ff6ff6eb6e1156ff208fcb9e3739
parent 0eff78d6c268f7dc1a16861f051d9cd2108161a4
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Wed,  6 Jul 2022 23:48:53 -0500

check pointer focus in arrange()

Diffstat:
Mdwl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -496,7 +496,7 @@ arrange(Monitor *m) if (m->lt[m->sellt]->arrange) m->lt[m->sellt]->arrange(m); - /* TODO recheck pointer focus here... or in resize()? */ + motionnotify(0); } void