Adding tiled indicators as suggested in #68

This commit is contained in:
bakkeby
2020-11-05 12:16:38 +01:00
parent f662f6e749
commit 251e3a23de
2 changed files with 3 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ static const int showsystray = 1; /* 0 means no systray */
#endif // BAR_SYSTRAY_PATCH
/* Indicators: see patch/bar_indicators.h for options */
static int tagindicatortype = INDICATOR_TOP_LEFT_SQUARE;
static int tiledindicatortype = INDICATOR_NONE;
static int floatindicatortype = INDICATOR_TOP_LEFT_SQUARE;
#if FAKEFULLSCREEN_CLIENT_PATCH
static int fakefsindicatortype = INDICATOR_PLUS;