diff options
| author | bakkeby <[email protected]> | 2019-10-07 23:34:23 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-07 23:34:23 +0200 |
| commit | ca8638128f96f3309451577b600dc2840511ef97 (patch) | |
| tree | 605e574ee83a76575032c44972426b63216c5ed8 /patch/dwmc.h | |
| parent | 2612060419c9c19a743f63393154abe176177f3c (diff) | |
| download | dwm-flexipatch-ca8638128f96f3309451577b600dc2840511ef97.tar.gz dwm-flexipatch-ca8638128f96f3309451577b600dc2840511ef97.zip | |
Adding dwmc patch
Diffstat (limited to 'patch/dwmc.h')
| -rw-r--r-- | patch/dwmc.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patch/dwmc.h b/patch/dwmc.h new file mode 100644 index 0000000..1711081 --- /dev/null +++ b/patch/dwmc.h @@ -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);
\ No newline at end of file |
