rename the bspc module the bspwm module

This commit is contained in:
randomuser 2022-09-20 17:05:23 -05:00
parent 8023a5ea94
commit 9afa755580
3 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#include <ctype.h>
#include "module.h"
#include "bspc.h"
#include "bspwm.h"
__attribute__((noreturn))
void err(char *fmt, ...) {

View File

View File

@ -1,4 +1,4 @@
#include "bspc.c"
#include "bspwm.c"
#include "module.h"
struct module table[] = {