diff options
| author | Stein Gunnar Bakkeby <[email protected]> | 2022-07-05 14:55:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-05 14:55:42 +0200 |
| commit | 5f7df0b0dc78ae00f21d5bbe892456c450506b9b (patch) | |
| tree | 73610f0475c0e5b7ef5a2017e11813908e769fcd /patch/include.c | |
| parent | 20692bea017353bcaf069625bcf3bda6eed4ad51 (diff) | |
| download | dwm-flexipatch-5f7df0b0dc78ae00f21d5bbe892456c450506b9b.tar.gz dwm-flexipatch-5f7df0b0dc78ae00f21d5bbe892456c450506b9b.zip | |
Adding tagpreview patch (#271)
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 6f9768a..33232cf 100644 --- a/patch/include.c +++ b/patch/include.c @@ -1,6 +1,7 @@ /* Bar functionality */ #include "bar_indicators.c" #include "bar_tagicons.c" +#include "bar.c" #if BAR_ALPHA_PATCH #include "bar_alpha.c" @@ -50,6 +51,9 @@ #if BAR_TABGROUPS_PATCH #include "bar_tabgroups.c" #endif +#if BAR_TAGPREVIEW_PATCH +#include "bar_tagpreview.c" +#endif #if BAR_TAGS_PATCH #include "bar_tags.c" #endif |
