summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-02 00:03:21 +0200
committerbakkeby <[email protected]>2019-10-02 00:03:21 +0200
commit37b1b54ab9b79a144d6224264f39ad946aea5d4e (patch)
tree31f7baee32f4a97b350978fd963129520e74308e /patch/include.h
parent1cff0331278a2348046fcf27d13493abba3a5a4f (diff)
downloaddwm-flexipatch-37b1b54ab9b79a144d6224264f39ad946aea5d4e.tar.gz
dwm-flexipatch-37b1b54ab9b79a144d6224264f39ad946aea5d4e.zip
Adding fullscreen, holdbar and unfloatvisible patches
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index cc6ac94..d19423e 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -36,6 +36,14 @@
#include "ewmhtags.h"
#endif
+#if FULLSCREEN_PATCH
+#include "fullscreen.h"
+#endif
+
+#if HOLDBAR_PATCH
+#include "holdbar.h"
+#endif
+
#if PERTAG_PATCH
#include "pertag.h"
#endif
@@ -78,6 +86,10 @@
#include "togglefullscreen.h"
#endif
+#if UNFLOATVISIBLE_PATCH
+#include "unfloatvisible.h"
+#endif
+
#if VANITYGAPS_PATCH
#include "vanitygaps.h"
#endif