summaryrefslogtreecommitdiffhomepage
path: root/patch/include.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/include.h
parent747512af21fabae327a1a4e7b01bfd00af8eeb15 (diff)
downloaddwm-flexipatch-e490af0eb2d24e94af67c934e6ae05246ee7c885.tar.gz
dwm-flexipatch-e490af0eb2d24e94af67c934e6ae05246ee7c885.zip
Adding cfacts, vanitygaps patches and bottomstack layouts
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index e324b55..bd68e54 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -1,3 +1,5 @@
+/* Patches */
+
#if ALPHA_PATCH
#include "alpha.h"
#endif
@@ -10,6 +12,10 @@
#include "autostart.h"
#endif
+#if CFACTS_PATCH
+#include "cfacts.h"
+#endif
+
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.h"
#endif
@@ -34,6 +40,28 @@
#include "togglefullscreen.h"
#endif
+#if VANITYGAPS_PATCH
+#include "vanitygaps.h"
+#endif
+
#if ZOOMSWAP_PATCH
#include "zoomswap.h"
+#endif
+
+/* Layouts */
+
+#if BSTACK_LAYOUT
+#include "bstack.h"
+#endif
+
+#if BSTACKHORIZ_LAYOUT
+#include "bstackhoriz.h"
+#endif
+
+#if MONOCLE_LAYOUT
+#include "monocle.h"
+#endif
+
+#if TILE_LAYOUT
+#include "tile.h"
#endif \ No newline at end of file