dwm

my build of dwm
git clone git://git.ckyln.com/~cem/dwm.git
Log | Files | Refs | README | LICENSE

commit b227133b54ac673c5c63ba11d244ae60296ebb5e
parent f642ff342bcbef2ef3e235e431aa1d97b6809363
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 30 Oct 2019 10:55:31 +0300

rename config.h to config.def.h

Diffstat:
M.gitignore | 1+
Rconfig.h -> config.def.h | 0
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -3,3 +3,4 @@ *.rej *.o dwm +config.h diff --git a/config.h b/config.def.h