Adding fsignal patch and moved dwmc signal settings to config.def.h

This commit is contained in:
bakkeby
2020-02-02 11:40:24 +01:00
parent 8392323938
commit 4ddfdab30e
9 changed files with 114 additions and 37 deletions

7
patch/fsignal.h Normal file
View File

@@ -0,0 +1,7 @@
typedef struct {
unsigned int signum;
void (*func)(const Arg *);
const Arg arg;
} Signal;
static int fake_signal(void);