diff options
| author | bakkeby <[email protected]> | 2020-08-15 07:44:41 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-15 07:44:41 +0200 |
| commit | ed2b8c27c856b16b202e3ba4c5ee593bcd391465 (patch) | |
| tree | 6ae43e4102d3927d656b5343d5b04a1b2f648657 /patch/bar_tabgroups.h | |
| parent | de47bd8839e3a7fc48663b3b530b33fd4042596c (diff) | |
| download | dwm-flexipatch-ed2b8c27c856b16b202e3ba4c5ee593bcd391465.tar.gz dwm-flexipatch-ed2b8c27c856b16b202e3ba4c5ee593bcd391465.zip | |
bartabgroups: show title for hidden floating windows, added option to show always show title for floating windows
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); |
