From 2418ae621836180d28334bf8640d5f9be4486be5 Mon Sep 17 00:00:00 2001 From: cptbbVM Date: Mon, 11 Dec 2023 20:36:30 +0100 Subject: [PATCH] mv std st dwmd dwm --- {dwmd => dwm}/LICENSE | 0 {dwmd => dwm}/Makefile | 0 {dwmd => dwm}/README | 0 {dwmd => dwm}/config.def.h | 0 {dwmd => dwm}/config.h | 0 {dwmd => dwm}/config.mk | 0 {dwmd => dwm}/drw.c | 0 {dwmd => dwm}/drw.h | 0 {dwmd => dwm}/drw.o | Bin {dwmd => dwm}/dwm | Bin {dwmd => dwm}/dwm.1 | 0 {dwmd => dwm}/dwm.c | 0 {dwmd => dwm}/dwm.o | Bin {dwmd => dwm}/dwm.png | Bin {dwmd => dwm}/patches/azerty.diff | 0 {dwmd => dwm}/patches/fullgaps.diff | 0 {dwmd => dwm}/q | 0 {dwmd => dwm}/transient.c | 0 {dwmd => dwm}/util.c | 0 {dwmd => dwm}/util.h | 0 {dwmd => dwm}/util.o | Bin {std => st}/FAQ | 0 {std => st}/LEGACY | 0 {std => st}/LICENSE | 0 {std => st}/Makefile | 0 {std => st}/README | 0 {std => st}/TODO | 0 {std => st}/arg.h | 0 {std => st}/config.def.h | 0 {std => st}/config.h | 0 {std => st}/config.mk | 0 {std => st}/st | Bin {std => st}/st.1 | 0 {std => st}/st.c | 0 {std => st}/st.h | 0 {std => st}/st.info | 0 {std => st}/st.o | Bin {std => st}/win.h | 0 {std => st}/x.c | 0 {std => st}/x.o | Bin 40 files changed, 0 insertions(+), 0 deletions(-) rename {dwmd => dwm}/LICENSE (100%) rename {dwmd => dwm}/Makefile (100%) rename {dwmd => dwm}/README (100%) rename {dwmd => dwm}/config.def.h (100%) rename {dwmd => dwm}/config.h (100%) rename {dwmd => dwm}/config.mk (100%) rename {dwmd => dwm}/drw.c (100%) rename {dwmd => dwm}/drw.h (100%) rename {dwmd => dwm}/drw.o (100%) rename {dwmd => dwm}/dwm (100%) rename {dwmd => dwm}/dwm.1 (100%) rename {dwmd => dwm}/dwm.c (100%) rename {dwmd => dwm}/dwm.o (100%) rename {dwmd => dwm}/dwm.png (100%) rename {dwmd => dwm}/patches/azerty.diff (100%) rename {dwmd => dwm}/patches/fullgaps.diff (100%) rename {dwmd => dwm}/q (100%) rename {dwmd => dwm}/transient.c (100%) rename {dwmd => dwm}/util.c (100%) rename {dwmd => dwm}/util.h (100%) rename {dwmd => dwm}/util.o (100%) rename {std => st}/FAQ (100%) rename {std => st}/LEGACY (100%) rename {std => st}/LICENSE (100%) rename {std => st}/Makefile (100%) rename {std => st}/README (100%) rename {std => st}/TODO (100%) rename {std => st}/arg.h (100%) rename {std => st}/config.def.h (100%) rename {std => st}/config.h (100%) rename {std => st}/config.mk (100%) rename {std => st}/st (100%) rename {std => st}/st.1 (100%) rename {std => st}/st.c (100%) rename {std => st}/st.h (100%) rename {std => st}/st.info (100%) rename {std => st}/st.o (100%) rename {std => st}/win.h (100%) rename {std => st}/x.c (100%) rename {std => st}/x.o (100%) diff --git a/dwmd/LICENSE b/dwm/LICENSE similarity index 100% rename from dwmd/LICENSE rename to dwm/LICENSE diff --git a/dwmd/Makefile b/dwm/Makefile similarity index 100% rename from dwmd/Makefile rename to dwm/Makefile diff --git a/dwmd/README b/dwm/README similarity index 100% rename from dwmd/README rename to dwm/README diff --git a/dwmd/config.def.h b/dwm/config.def.h similarity index 100% rename from dwmd/config.def.h rename to dwm/config.def.h diff --git a/dwmd/config.h b/dwm/config.h similarity index 100% rename from dwmd/config.h rename to dwm/config.h diff --git a/dwmd/config.mk b/dwm/config.mk similarity index 100% rename from dwmd/config.mk rename to dwm/config.mk diff --git a/dwmd/drw.c b/dwm/drw.c similarity index 100% rename from dwmd/drw.c rename to dwm/drw.c diff --git a/dwmd/drw.h b/dwm/drw.h similarity index 100% rename from dwmd/drw.h rename to dwm/drw.h diff --git a/dwmd/drw.o b/dwm/drw.o similarity index 100% rename from dwmd/drw.o rename to dwm/drw.o diff --git a/dwmd/dwm b/dwm/dwm similarity index 100% rename from dwmd/dwm rename to dwm/dwm diff --git a/dwmd/dwm.1 b/dwm/dwm.1 similarity index 100% rename from dwmd/dwm.1 rename to dwm/dwm.1 diff --git a/dwmd/dwm.c b/dwm/dwm.c similarity index 100% rename from dwmd/dwm.c rename to dwm/dwm.c diff --git a/dwmd/dwm.o b/dwm/dwm.o similarity index 100% rename from dwmd/dwm.o rename to dwm/dwm.o diff --git a/dwmd/dwm.png b/dwm/dwm.png similarity index 100% rename from dwmd/dwm.png rename to dwm/dwm.png diff --git a/dwmd/patches/azerty.diff b/dwm/patches/azerty.diff similarity index 100% rename from dwmd/patches/azerty.diff rename to dwm/patches/azerty.diff diff --git a/dwmd/patches/fullgaps.diff b/dwm/patches/fullgaps.diff similarity index 100% rename from dwmd/patches/fullgaps.diff rename to dwm/patches/fullgaps.diff diff --git a/dwmd/q b/dwm/q similarity index 100% rename from dwmd/q rename to dwm/q diff --git a/dwmd/transient.c b/dwm/transient.c similarity index 100% rename from dwmd/transient.c rename to dwm/transient.c diff --git a/dwmd/util.c b/dwm/util.c similarity index 100% rename from dwmd/util.c rename to dwm/util.c diff --git a/dwmd/util.h b/dwm/util.h similarity index 100% rename from dwmd/util.h rename to dwm/util.h diff --git a/dwmd/util.o b/dwm/util.o similarity index 100% rename from dwmd/util.o rename to dwm/util.o diff --git a/std/FAQ b/st/FAQ similarity index 100% rename from std/FAQ rename to st/FAQ diff --git a/std/LEGACY b/st/LEGACY similarity index 100% rename from std/LEGACY rename to st/LEGACY diff --git a/std/LICENSE b/st/LICENSE similarity index 100% rename from std/LICENSE rename to st/LICENSE diff --git a/std/Makefile b/st/Makefile similarity index 100% rename from std/Makefile rename to st/Makefile diff --git a/std/README b/st/README similarity index 100% rename from std/README rename to st/README diff --git a/std/TODO b/st/TODO similarity index 100% rename from std/TODO rename to st/TODO diff --git a/std/arg.h b/st/arg.h similarity index 100% rename from std/arg.h rename to st/arg.h diff --git a/std/config.def.h b/st/config.def.h similarity index 100% rename from std/config.def.h rename to st/config.def.h diff --git a/std/config.h b/st/config.h similarity index 100% rename from std/config.h rename to st/config.h diff --git a/std/config.mk b/st/config.mk similarity index 100% rename from std/config.mk rename to st/config.mk diff --git a/std/st b/st/st similarity index 100% rename from std/st rename to st/st diff --git a/std/st.1 b/st/st.1 similarity index 100% rename from std/st.1 rename to st/st.1 diff --git a/std/st.c b/st/st.c similarity index 100% rename from std/st.c rename to st/st.c diff --git a/std/st.h b/st/st.h similarity index 100% rename from std/st.h rename to st/st.h diff --git a/std/st.info b/st/st.info similarity index 100% rename from std/st.info rename to st/st.info diff --git a/std/st.o b/st/st.o similarity index 100% rename from std/st.o rename to st/st.o diff --git a/std/win.h b/st/win.h similarity index 100% rename from std/win.h rename to st/win.h diff --git a/std/x.c b/st/x.c similarity index 100% rename from std/x.c rename to st/x.c diff --git a/std/x.o b/st/x.o similarity index 100% rename from std/x.o rename to st/x.o