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[] = {