bartabgroups: show title for hidden floating windows, added option to show always show title for floating windows

This commit is contained in:
bakkeby
2020-08-15 07:44:41 +02:00
parent de47bd8839
commit ed2b8c27c8
2 changed files with 7 additions and 6 deletions

View File

@ -11,6 +11,9 @@
#ifndef BARTAB_TAGSROWS
#define BARTAB_TAGSROWS 3 // # rows in tag grid (9 tags, e.g. 3x3)
#endif
#ifndef BARTAB_SHOWFLOATING
#define BARTAB_SHOWFLOATING 0 // whether to show titles for floating windows, hidden clients are always shown
#endif
static int width_bartabgroups(Bar *bar, BarWidthArg *a);
static int draw_bartabgroups(Bar *bar, BarDrawArg *a);