Adding tagpreview patch (#271)
This commit is contained in:
committed by
GitHub
parent
20692bea01
commit
5f7df0b0dc
@ -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
|
||||
|
Reference in New Issue
Block a user