From 9afa755580fc17db1811896d6a3c7768aa5f2642 Mon Sep 17 00:00:00 2001 From: randomuser Date: Tue, 20 Sep 2022 17:05:23 -0500 Subject: [PATCH] rename the bspc module the bspwm module --- bspc.c => bspwm.c | 2 +- bspc.h => bspwm.h | 0 tstatus.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename bspc.c => bspwm.c (99%) rename bspc.h => bspwm.h (100%) diff --git a/bspc.c b/bspwm.c similarity index 99% rename from bspc.c rename to bspwm.c index 67f4fe7..4d14be3 100644 --- a/bspc.c +++ b/bspwm.c @@ -16,7 +16,7 @@ #include #include "module.h" -#include "bspc.h" +#include "bspwm.h" __attribute__((noreturn)) void err(char *fmt, ...) { diff --git a/bspc.h b/bspwm.h similarity index 100% rename from bspc.h rename to bspwm.h diff --git a/tstatus.c b/tstatus.c index e898c84..de6b409 100644 --- a/tstatus.c +++ b/tstatus.c @@ -1,4 +1,4 @@ -#include "bspc.c" +#include "bspwm.c" #include "module.h" struct module table[] = {