Adding fsignal patch and moved dwmc signal settings to config.def.h
This commit is contained in:
7
patch/fsignal.h
Normal file
7
patch/fsignal.h
Normal file
@@ -0,0 +1,7 @@
|
||||
typedef struct {
|
||||
unsigned int signum;
|
||||
void (*func)(const Arg *);
|
||||
const Arg arg;
|
||||
} Signal;
|
||||
|
||||
static int fake_signal(void);
|
Reference in New Issue
Block a user