summaryrefslogtreecommitdiffhomepage
path: root/patch/vanitygaps.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-09 00:18:47 +0200
committerbakkeby <[email protected]>2019-09-09 00:18:47 +0200
commite490af0eb2d24e94af67c934e6ae05246ee7c885 (patch)
tree7784227501f1bc5f20a308cafcd6573450413cd5 /patch/vanitygaps.h
parent747512af21fabae327a1a4e7b01bfd00af8eeb15 (diff)
downloaddwm-flexipatch-e490af0eb2d24e94af67c934e6ae05246ee7c885.tar.gz
dwm-flexipatch-e490af0eb2d24e94af67c934e6ae05246ee7c885.zip
Adding cfacts, vanitygaps patches and bottomstack layouts
Diffstat (limited to 'patch/vanitygaps.h')
-rw-r--r--patch/vanitygaps.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/patch/vanitygaps.h b/patch/vanitygaps.h
new file mode 100644
index 0000000..bb1df18
--- /dev/null
+++ b/patch/vanitygaps.h
@@ -0,0 +1,18 @@
+/* Key binding functions */
+static void defaultgaps(const Arg *arg);
+static void incrgaps(const Arg *arg);
+static void incrigaps(const Arg *arg);
+static void incrogaps(const Arg *arg);
+static void incrohgaps(const Arg *arg);
+static void incrovgaps(const Arg *arg);
+static void incrihgaps(const Arg *arg);
+static void incrivgaps(const Arg *arg);
+static void togglegaps(const Arg *arg);
+
+/* Internals */
+#if CFACTS_PATCH
+static void getgaps(Monitor *m, int *oh, int *ov, int *ih, int *iv, unsigned int *nc, float *mf, float *sf);
+#else
+static void getgaps(Monitor *m, int *oh, int *ov, int *ih, int *iv, unsigned int *nc);
+#endif // CFACTS_PATCH
+static void setgaps(int oh, int ov, int ih, int iv); \ No newline at end of file