dwl

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

commit 02c0c676adc5821086569e743fe4187e7fed4838
parent 15952563412b4c1da2f47e6b810296a9c86914aa
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Wed, 22 Apr 2020 22:01:49 -0500

move config.h to config.def.h

Diffstat:
MMakefile | 3+++
Rconfig.h -> config.def.h | 0
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -22,6 +22,9 @@ xdg-shell-protocol.c: xdg-shell-protocol.o: xdg-shell-protocol.h +config.h: | config.def.h + cp config.def.h $@ + dwl.o: config.h xdg-shell-protocol.h dwl: xdg-shell-protocol.o diff --git a/config.h b/config.def.h