summaryrefslogtreecommitdiffhomepage
path: root/patch/dwmc.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-07 23:34:23 +0200
committerbakkeby <[email protected]>2019-10-07 23:34:23 +0200
commitca8638128f96f3309451577b600dc2840511ef97 (patch)
tree605e574ee83a76575032c44972426b63216c5ed8 /patch/dwmc.h
parent2612060419c9c19a743f63393154abe176177f3c (diff)
downloaddwm-flexipatch-ca8638128f96f3309451577b600dc2840511ef97.tar.gz
dwm-flexipatch-ca8638128f96f3309451577b600dc2840511ef97.zip
Adding dwmc patch
Diffstat (limited to 'patch/dwmc.h')
-rw-r--r--patch/dwmc.h13
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