summaryrefslogtreecommitdiff
path: root/patch/dwmc.h
diff options
context:
space:
mode:
authorBear <bear@bengtsson.win>2021-12-27 09:29:58 +0000
committerBear <bear@bengtsson.win>2021-12-27 09:29:58 +0000
commit69262b01ced79c2d776fab9b889926d1816a1e7a (patch)
treef304cd6fa8734e83a7772d07dc9b484781565155 /patch/dwmc.h
Added DWM
Diffstat (limited to 'patch/dwmc.h')
-rw-r--r--patch/dwmc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/patch/dwmc.h b/patch/dwmc.h
new file mode 100644
index 0000000..66e23a9
--- /dev/null
+++ b/patch/dwmc.h
@@ -0,0 +1,14 @@
+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);
+