Adding dwmc patch

This commit is contained in:
bakkeby
2019-10-07 23:34:23 +02:00
parent 2612060419
commit ca8638128f
9 changed files with 192 additions and 4 deletions

13
patch/dwmc.h Normal file
View File

@@ -0,0 +1,13 @@
typedef struct {
const char * sig;
void (*func)(const Arg *);
} Signal;
static void setlayoutex(const Arg *arg);
static void viewex(const Arg *arg);
static void viewallex(const Arg *arg);
static void toggleviewex(const Arg *arg);
static void tagex(const Arg *arg);
static void toggletagex(const Arg *arg);
static void tagallex(const Arg *arg);
static int fake_signal(void);