diff options
Diffstat (limited to 'patch/bar_tabgroups.h')
| -rw-r--r-- | patch/bar_tabgroups.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/bar_tabgroups.h b/patch/bar_tabgroups.h index 7cf1254..421b3bf 100644 --- a/patch/bar_tabgroups.h +++ b/patch/bar_tabgroups.h @@ -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); |
