From 3db96f76c19a39deda245d286451125fb3681511 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 19 Dec 2020 21:13:13 +0200 Subject: [PATCH] Folder structure --- .gitignore | 4 ++-- LICENSE => dwm/LICENSE | 0 Makefile => dwm/Makefile | 0 README => dwm/README | 0 config.def.h => dwm/config.def.h | 0 config.mk => dwm/config.mk | 0 drw.c => dwm/drw.c | 0 drw.h => dwm/drw.h | 0 dwm-colorbar-6.2.diff => dwm/dwm-colorbar-6.2.diff | 0 dwm.1 => dwm/dwm.1 | 0 dwm.c => dwm/dwm.c | 0 dwm.png => dwm/dwm.png | Bin test.sh => dwm/test.sh | 0 transient.c => dwm/transient.c | 0 util.c => dwm/util.c | 0 util.h => dwm/util.h | 0 16 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE => dwm/LICENSE (100%) rename Makefile => dwm/Makefile (100%) rename README => dwm/README (100%) rename config.def.h => dwm/config.def.h (100%) rename config.mk => dwm/config.mk (100%) rename drw.c => dwm/drw.c (100%) rename drw.h => dwm/drw.h (100%) rename dwm-colorbar-6.2.diff => dwm/dwm-colorbar-6.2.diff (100%) rename dwm.1 => dwm/dwm.1 (100%) rename dwm.c => dwm/dwm.c (100%) rename dwm.png => dwm/dwm.png (100%) rename test.sh => dwm/test.sh (100%) rename transient.c => dwm/transient.c (100%) rename util.c => dwm/util.c (100%) rename util.h => dwm/util.h (100%) diff --git a/.gitignore b/.gitignore index 675a588..4de06a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *.o -dwm -config.h \ No newline at end of file +dwm/dwm +dwm/config.h diff --git a/LICENSE b/dwm/LICENSE similarity index 100% rename from LICENSE rename to dwm/LICENSE diff --git a/Makefile b/dwm/Makefile similarity index 100% rename from Makefile rename to dwm/Makefile diff --git a/README b/dwm/README similarity index 100% rename from README rename to dwm/README diff --git a/config.def.h b/dwm/config.def.h similarity index 100% rename from config.def.h rename to dwm/config.def.h diff --git a/config.mk b/dwm/config.mk similarity index 100% rename from config.mk rename to dwm/config.mk diff --git a/drw.c b/dwm/drw.c similarity index 100% rename from drw.c rename to dwm/drw.c diff --git a/drw.h b/dwm/drw.h similarity index 100% rename from drw.h rename to dwm/drw.h diff --git a/dwm-colorbar-6.2.diff b/dwm/dwm-colorbar-6.2.diff similarity index 100% rename from dwm-colorbar-6.2.diff rename to dwm/dwm-colorbar-6.2.diff diff --git a/dwm.1 b/dwm/dwm.1 similarity index 100% rename from dwm.1 rename to dwm/dwm.1 diff --git a/dwm.c b/dwm/dwm.c similarity index 100% rename from dwm.c rename to dwm/dwm.c diff --git a/dwm.png b/dwm/dwm.png similarity index 100% rename from dwm.png rename to dwm/dwm.png diff --git a/test.sh b/dwm/test.sh similarity index 100% rename from test.sh rename to dwm/test.sh diff --git a/transient.c b/dwm/transient.c similarity index 100% rename from transient.c rename to dwm/transient.c diff --git a/util.c b/dwm/util.c similarity index 100% rename from util.c rename to dwm/util.c diff --git a/util.h b/dwm/util.h similarity index 100% rename from util.h rename to dwm/util.h