dwl

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

commit 573535c89c5bd470d2e820851a0b5ef54395b4dc
parent 60a732ceb8a436ddc511d2be5feb31a6186f3bf6
Author: Stivvo <stivvo01@gmail.com>
Date:   Sat,  5 Sep 2020 10:37:59 +0200

Unlink fullscreen

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

diff --git a/dwl.c b/dwl.c @@ -1026,6 +1026,7 @@ 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); + wl_list_remove(&c->fullscreen.link); #ifdef XWAYLAND if (c->type == X11Managed) wl_list_remove(&c->activate.link);