dwl

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

commit c12261d3a98899348cbba894b376e2f071af8f60
parent d89cf6b7206faa480b5e780fb59062794a876941
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Mon,  3 Aug 2020 12:14:36 -0500

Merge branch 'master' of github:djpohly/dwl into master

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

diff --git a/dwl.c b/dwl.c @@ -764,7 +764,7 @@ focustop(Monitor *m) Atom getatom(xcb_connection_t *xc, const char *name) { - Atom atom; + Atom atom = 0; xcb_generic_error_t *error; xcb_intern_atom_cookie_t cookie; xcb_intern_atom_reply_t *reply;