summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-07-15 09:26:16 +0200
committerbakkeby <[email protected]>2020-07-15 09:26:16 +0200
commitf2da4d20d9a79070863972423ca964cf65342ba7 (patch)
tree9bbc68308ada0a1d28c231a822ce4a103cdeb8f7 /patch/include.h
parent903b32ac8b4a69b37981874f23b15a9f65f2a20d (diff)
downloaddwm-flexipatch-f2da4d20d9a79070863972423ca964cf65342ba7.tar.gz
dwm-flexipatch-f2da4d20d9a79070863972423ca964cf65342ba7.zip
Further bar renaming
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h21
1 files changed, 9 insertions, 12 deletions
diff --git a/patch/include.h b/patch/include.h
index 49ce915..9065c87 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -8,6 +8,12 @@
#if BAR_DWMBLOCKS_PATCH && BAR_STATUSCMD_PATCH
#include "bar_dwmblocks.h"
#endif
+#if BAR_EWMHTAGS_PATCH
+#include "bar_ewmhtags.h"
+#endif
+#if BAR_HOLDBAR_PATCH
+#include "bar_holdbar.h"
+#endif
#if BAR_LTSYMBOL_PATCH
#include "bar_ltsymbol.h"
#endif
@@ -44,6 +50,9 @@
#if BAR_SYSTRAY_PATCH
#include "bar_systray.h"
#endif
+#if BAR_VTCOLORS_PATCH
+#include "bar_vtcolors.h"
+#endif
/* Other patches */
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
@@ -75,9 +84,6 @@
#elif FSIGNAL_PATCH
#include "fsignal.h"
#endif
-#if BAR_EWMHTAGS_PATCH
-#include "ewmhtags.h"
-#endif
#if EXRESIZE_PATCH
#include "exresize.h"
#endif
@@ -96,9 +102,6 @@
#if FULLSCREEN_PATCH
#include "fullscreen.h"
#endif
-#if BAR_HOLDBAR_PATCH
-#include "holdbar.h"
-#endif
#if INPLACEROTATE_PATCH
#include "inplacerotate.h"
#endif
@@ -190,9 +193,6 @@
#if TAGALLMON_PATCH
#include "tagallmon.h"
#endif
-#if TAGGRID_PATCH
-#include "taggrid.h"
-#endif
#if TAGOTHERMONITOR_PATCH
#include "tagothermonitor.h"
#endif
@@ -214,9 +214,6 @@
#if VANITYGAPS_PATCH
#include "vanitygaps.h"
#endif
-#if BAR_VTCOLORS_PATCH
-#include "vtcolors.h"
-#endif
#if WARP_PATCH
#include "warp.h"
#endif