summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-20 13:30:12 +0200
committerbakkeby <[email protected]>2020-08-20 13:30:12 +0200
commita085c788e313db693d35feefe1f6dfa1e5daf440 (patch)
tree61ec928f1c4205b31b25aa74ee8e2fb84c130977 /patch/include.h
parentc7b84ec738e7b1c1d1110f86bff38f95cf953a49 (diff)
downloaddwm-flexipatch-a085c788e313db693d35feefe1f6dfa1e5daf440.tar.gz
dwm-flexipatch-a085c788e313db693d35feefe1f6dfa1e5daf440.zip
Adding experimental flexwintitle patch based on bartabgroups
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 15645f0..486c0a1 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -53,6 +53,15 @@
#if BAR_FANCYBAR_PATCH
#include "bar_fancybar.h"
#endif
+#if BAR_FLEXWINTITLE_PATCH
+#include "bar_flexwintitle.h"
+#if BAR_WINTITLE_FLOATING_PATCH
+#include "bar_wintitle_floating.h"
+#endif
+#if BAR_WINTITLE_HIDDEN_PATCH
+#include "bar_wintitle_hidden.h"
+#endif
+#endif // BAR_FLEXWINTITLE_PATCH
#if BAR_AWESOMEBAR_PATCH
#include "bar_awesomebar.h"
#endif