dwl

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

commit 342850487acf4fc7383429786b9cb05a6a4cdf4f
parent 5baf195523934519d7659ae34ad287ca60a5654c
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Sun, 24 Sep 2023 14:41:13 -0600

include dwl.desktop in the tarbal

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -40,7 +40,7 @@ clean: dist: clean mkdir -p dwl-$(VERSION) cp -R LICENSE* Makefile README.md client.h config.def.h\ - config.mk protocols dwl.1 dwl.c util.c util.h\ + config.mk protocols dwl.1 dwl.c util.c util.h dwl.desktop\ dwl-$(VERSION) tar -caf dwl-$(VERSION).tar.gz dwl-$(VERSION) rm -rf dwl-$(VERSION)