summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-10 00:18:46 +0200
committerbakkeby <[email protected]>2019-09-10 00:30:17 +0200
commitd6517bf4f83298cd8655481c474519987b41c71c (patch)
tree96fea81a537246c79a74f648d233c00b63b8072d /patch/include.c
parent4a17b880ad2cc4ae9098809ca3ccf4d439127450 (diff)
downloaddwm-flexipatch-d6517bf4f83298cd8655481c474519987b41c71c.tar.gz
dwm-flexipatch-d6517bf4f83298cd8655481c474519987b41c71c.zip
Adding awesomebar patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 04d66f4..43a636b 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -16,6 +16,10 @@
#include "autostart.c"
#endif
+#if AWESOMEBAR_PATCH
+#include "awesomebar.c"
+#endif
+
#if CFACTS_PATCH
#include "cfacts.c"
#endif