dwl

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

commit 4e9396d9a497fbf2aca21bec298201d2df4dc915
parent 94bf916dae15bd809c3de8d72f1dc5b0efd7978b
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Wed, 29 Jul 2020 08:09:46 -0400

Merge pull request #29 from alex-courtis/tidy-activate-notify

tidy activate notify resource
Diffstat:
Mdwl.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -628,6 +628,8 @@ destroynotify(struct wl_listener *listener, void *data) wl_list_remove(&c->map.link); wl_list_remove(&c->unmap.link); wl_list_remove(&c->destroy.link); + if (c->type == X11Managed) + wl_list_remove(&c->activate.link); free(c); }