summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-07-18 18:59:03 +0200
committerbakkeby <[email protected]>2020-07-18 18:59:03 +0200
commit250fbbd2c77a36b1b7d22c252fb781cbab09ca79 (patch)
treeb3217b5092b0337ed66fe1b16297a1145d5adc01 /patch/include.c
parent346d7f6b1dee89c7700dc43a9476367e6e5ff0dc (diff)
downloaddwm-flexipatch-250fbbd2c77a36b1b7d22c252fb781cbab09ca79.tar.gz
dwm-flexipatch-250fbbd2c77a36b1b7d22c252fb781cbab09ca79.zip
holdbar: changes for new bar
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/include.c b/patch/include.c
index 7fe397f..ec8f591 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -11,6 +11,9 @@
#if BAR_EWMHTAGS_PATCH
#include "bar_ewmhtags.c"
#endif
+#if COMBO_PATCH
+#include "combo.c"
+#endif
#if BAR_HOLDBAR_PATCH
#include "bar_holdbar.c"
#endif
@@ -73,9 +76,6 @@
#if CMDCUSTOMIZE_PATCH
#include "cmdcustomize.c"
#endif
-#if COMBO_PATCH
-#include "combo.c"
-#endif
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.c"
#endif