rename the bspc module the bspwm module
This commit is contained in:
parent
8023a5ea94
commit
9afa755580
|
@ -16,7 +16,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "module.h"
|
#include "module.h"
|
||||||
#include "bspc.h"
|
#include "bspwm.h"
|
||||||
|
|
||||||
__attribute__((noreturn))
|
__attribute__((noreturn))
|
||||||
void err(char *fmt, ...) {
|
void err(char *fmt, ...) {
|
Loading…
Reference in New Issue