summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-03-10 09:35:12 +0100
committerbakkeby <[email protected]>2022-03-10 09:35:12 +0100
commitda5e69c4a7b322683f70f2677309017650c0c79d (patch)
treea5b53de34ba656a9b87e97b9462a1af55147bb25 /patch/include.c
parentadc05c2332b6267c4af5bf506ff071629d16f281 (diff)
downloaddwm-flexipatch-da5e69c4a7b322683f70f2677309017650c0c79d.tar.gz
dwm-flexipatch-da5e69c4a7b322683f70f2677309017650c0c79d.zip
holdbar + systray compatibility - make systray follow the bar when being revealed and hidden ref. #239
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 d47c6fd..676e2ae 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -20,9 +20,6 @@
#if COMBO_PATCH
#include "combo.c"
#endif
-#if BAR_HOLDBAR_PATCH
-#include "bar_holdbar.c"
-#endif
#if BAR_LTSYMBOL_PATCH
#include "bar_ltsymbol.c"
#endif
@@ -83,6 +80,9 @@
#if BAR_SYSTRAY_PATCH
#include "bar_systray.c"
#endif
+#if BAR_HOLDBAR_PATCH
+#include "bar_holdbar.c"
+#endif
#if BAR_VTCOLORS_PATCH
#include "bar_vtcolors.c"
#endif