holdbar: changes for new bar

This commit is contained in:
bakkeby
2020-07-18 18:59:03 +02:00
parent 346d7f6b1d
commit 250fbbd2c7
4 changed files with 16 additions and 79 deletions

View File

@ -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